ddd-cargo
ddd-cargo copied to clipboard
Domain-Driven Design
比较了下楼主的单模块与多模块示例,在多maven模块示例中,如果防腐层的SalersService的方法需要传domain的聚合根对象,那么infrastructure就需要依赖于domain模块,而现在domain已经依赖了infrastructure模块了,这样的话不就循环引用了吗?
有个疑问,是否还有必要单独建立一套do? 领域建模比较清晰的情况下,基本上领域模型和持久化对象是一致的,不太明白这样设计的用意,望指点
Bumps [guava](https://github.com/google/guava) from 27.1-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...
Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
 现在主流的流程编排引擎是什么, 您现在在用的是什么, 有没有springboot上可以快速落地的例子?