简单理解DDD,了解有关DDD+springboot的目录架构

由于领导的突然下发任务,一个新人菜鸡被捉去总结包和类的作用了,在总结的时候,表示不知道那些包究竟 是干什么用的,所以我。。。从他口中所说的应用层、领域层、和基础设施层找出了原来他使用DDD,所以就查资料啦~记录一下搜集的资料

资料搜集

关于ddd+springboot的例子
https://gitee.com/wxpcode123/ddd-sample/tree/master

一个微服务+DDD(领域驱动设计)的代码结构示例
https://blog.csdn.net/weixin_30347009/article/details/95899528?utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-1.control&dist_request_id=&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-1.control

DDD代码分层架构
https://blog.csdn.net/prosper999/article/details/106643854?utm_medium=distribute.pc_relevant.none-task-blog-baidujs_baidulandingword-1&spm=1001.2101.3001.4242

DDD 极简教程
https://www.jianshu.com/p/b0379067c978

领域驱动设计(DDD)实现之路
https://www.jianshu.com/p/cdbefdd55b99

DDD(领域驱动设计)
https://blog.csdn.net/wwd0501/article/details/95062535/

springboot落地DDD(一),对各个模块的解释
https://blog.csdn.net/d932385747/article/details/110390547

你可能感兴趣的:(DDD)