随笔 - 835  文章 - 1 评论 - 40 阅读 - 102万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

随笔分类 -  DDD

axon mogoconfig
摘要://不需要认证的配置 package com.sea.elsa.subscribe.milestone.common.config; import java.util.Collections; import org.axonframework.eventhandling.saga.repositor 阅读全文
posted @ 2019-05-14 14:33 lshan 阅读(197) 评论(0) 推荐(0) 编辑
cqrs案例
摘要:参考: https://www.cnblogs.com/yjmyzz/p/cqrs-axonframework-sample.html 例子2: https://www.cnblogs.com/yjmyzz/p/cqrs-axonframework-sample.html CQRS 的基本知识:ht 阅读全文
posted @ 2018-12-20 15:46 lshan 阅读(119) 评论(0) 推荐(0) 编辑
DDD领域驱动设计(例子)
摘要:参考:https://tech.meituan.com/DDD_in_%20practice.html 阅读全文
posted @ 2018-12-18 15:24 lshan 阅读(559) 评论(0) 推荐(0) 编辑
DDD随笔-Axon
摘要:1. 命令处理程序从存储库中检索域对象(聚合)并执行它们的方法来更改它们的状态。这些聚合通常包含实际的业务逻辑,因此负责维护自己的状态。聚合的状态变化导致产生领域事件。领域事件和聚合形成领域模型。 2.Saga是CQRS中的概念,用于管理这些复杂的业务事物。 命令 命令描述了改变应用程序状态的意图。 阅读全文
posted @ 2018-12-01 15:56 lshan 阅读(433) 评论(0) 推荐(0) 编辑
CQRS command Query
摘要:参考:https://www.jdon.com/cqrs.html 阅读全文
posted @ 2018-11-06 18:12 lshan 阅读(88) 评论(0) 推荐(0) 编辑
Axon框架使用指南
摘要:参考:https://blog.csdn.net/wangli13860426642/article/details/80018222 详细参考: https://blog.csdn.net/wangli13860426642/article/category/7607196 阅读全文
posted @ 2018-11-06 18:04 lshan 阅读(313) 评论(0) 推荐(0) 编辑
命令查询职责分离(CQRS)模式
摘要:参考: http://www.cnblogs.com/yangecnu/p/Introduction-CQRS.html 阅读全文
posted @ 2018-11-06 15:55 lshan 阅读(104) 评论(0) 推荐(0) 编辑
传统三层架构与DDD分层架构
摘要:参考 https://www.cnblogs.com/sandyliu1999/p/4969445.html 阅读全文
posted @ 2018-11-06 11:46 lshan 阅读(380) 评论(0) 推荐(0) 编辑
CQRS架构
摘要:参考:https://www.cnblogs.com/shijingxiang/articles/5465495.html http://www.cnblogs.com/netfocus/p/4055346.html 阅读全文
posted @ 2018-11-05 17:52 lshan 阅读(118) 评论(0) 推荐(0) 编辑
DDD-002
摘要:项目实践:http://www.cnblogs.com/daoqidelv/p/7499662.html#_label0 https://www.cnblogs.com/lonelyxmas/p/7986709.html 总结(大牛) 阅读全文
posted @ 2018-10-15 21:14 lshan 阅读(267) 评论(0) 推荐(0) 编辑
DDD领域驱动设计
摘要:参考:https://www.cnblogs.com/netfocus/archive/2011/10/10/2204949.html 阅读全文
posted @ 2018-08-20 19:23 lshan 阅读(129) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示