# domain-driven-design-with-spring-boot **Repository Path**: xialugui/domain-driven-design-with-spring-boot ## Basic Information - **Project Name**: domain-driven-design-with-spring-boot - **Description**: 领域驱动设计(ddd)理论结合Spring boot实践。从0到1,带你掌握ddd。springboot 领域驱动设计,springboot ddd - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/xialugui/implementing-domain-driven-design - **GVP Project**: No ## Statistics - **Stars**: 22 - **Forks**: 9 - **Created**: 2021-04-26 - **Last Updated**: 2025-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: ddd, SpringBoot, 领域驱动设计 ## README # 领域驱动设计——实践之路 本项目是DDD在Spring Boot下的实践,将DDD概念贯彻于整个项目。从0至1描述领域驱动设计在 Spring boot框架下的应用。 [![star](https://gitee.com/xialugui/domain-driven-design-with-spring-boot/badge/star.svg?theme=dark)](https://gitee.com/xialugui/domain-driven-design-with-spring-boot) [![fork](https://gitee.com/xialugui/domain-driven-design-with-spring-boot/badge/fork.svg?theme=dark)](https://gitee.com/xialugui/domain-driven-design-with-spring-boot) # 领域驱动设计实现 另一个项目[领域驱动设计实现][implementing-ddd] 是书籍《领域驱动设计实现》的全面实战和理论分析,感兴趣的朋友可以参考。 # 食用方式 本项目是书籍《Domain Driven Design with Spring Boot》的源码,此书暂时只有 英文版,本人将其翻译为中文,且将源码重新整理。源码也是我个人学习此书时的实践,为了 帮助广大DDDer,现将源码和书籍翻译分享给大家。 ## 中文翻译 大家可在我的语雀中查阅,同时其中也包含英文书籍的下载。[点击跳转](https://www.yuque.com/lugew/ddd) ## 源码和文档对应方式 ![img.png](image/img.png) 每章的小节按顺序编号,从1开始。《实现ATM领域逻辑》这一节是第六章的第十小节。 此节的源码对应分支6-10-stable(6代表第六章,10代表第十小节)。 ![img_1.png](image/img_1.png) 对应分支包含发行版本: ![img_2.png](image/img_2.png) 大家可根据学习进度切换分支。 [implementing-ddd]: https://gitee.com/xialugui/implementing-domain-driven-design