摘要: 参考:http://edisonxu.com/2017/03/30/axon-cqrs-example.html 阅读全文
posted @ 2019-08-28 18:28 lshan 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 场景: (User Service) 更新用户操作包含更新用户基本属性和分配角色,由两个线程分别执行,当一个线程执行成功另一个执行失败时,需要回滚整个处理流程 解决方案:使用CQRS事件溯源回滚聚合根到指定状态 事件溯源(Event Source): 事件溯源能够保证对应用状态所有的改变被当作一系列 阅读全文
posted @ 2019-08-28 18:25 lshan 阅读(1295) 评论(0) 推荐(0) 编辑
摘要: CQRS With Axon CQRS implementation with Axon[edit] According to the diagram above, creating commands, passing them to command bus and then creating ev 阅读全文
posted @ 2019-08-28 18:21 lshan 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 有时候在项目开发中,需要很多依赖的 jar 包,其中依赖的 jar 包也会依赖其他的 jar 包,导致jar 包的管理很容易不全,以下有两种方法可以规避这个问题。(https://blog.csdn.net/mrzhangbaby/article/details/88356178) 一、在pom.x 阅读全文
posted @ 2019-08-28 12:05 lshan 阅读(6738) 评论(0) 推荐(0) 编辑