Skip to content

Commit 7e9bae7

Browse files
committed
update readme
1 parent 86e1cac commit 7e9bae7

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

README.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
99
1010
本框架基于springboot为提供领域驱动设计与事件风暴开发落地,提供的范式开源框架。
1111

12+
## Project Modules Description | 项目模块介绍
13+
14+
* springboot-example | 示例项目
15+
* springboot-starter | Springboot领域驱动框架
16+
* springboot-starter-data-fast | 快速数据呈现框架
17+
* springboot-starter-id-generator | Id自增策略框架
18+
* springboot-starter-security-jwt | security&jwt权限框架
19+
20+
## SpringBoot DDD Architecture | SpringBoot DDD 框架图
21+
22+
![](./docs/img/ddd_architecture.png)
23+
1224
## maven install
1325

1426
```
@@ -51,11 +63,11 @@ If you find something incorrect or missing, please leave comments / suggestions.
5163

5264
## example
5365

54-
见springboot-example 完善中...
66+
[springboot-ddd-examples](https://github.com/1991wangliang/springboot-ddd-examples) 完善中...
5567

56-
## youtube|哔哩哔哩
68+
## YouTube|哔哩哔哩
5769

58-
欢迎订阅我的youtube账号 [codingapi](https://www.youtube.com/channel/UCdAsCAxh453D7MfLfYWj0Eg),
70+
欢迎订阅我的YouTube账号 [codingapi](https://www.youtube.com/channel/UCdAsCAxh453D7MfLfYWj0Eg),
5971
哔哩哔哩账号[vip_lorne](https://space.bilibili.com/386239614) 带你从0到1落地springboot与领域驱动设计
6072

6173
领域驱动设计001--了解为什么采用领域驱动设计开发 [YouTube](https://www.youtube.com/watch?v=09uP_sMvhY8) [哔哩哔哩](https://www.bilibili.com/video/BV1WB4y157kv)
@@ -120,3 +132,5 @@ For further reference, please consider the following sections:
120132
* [spring-security-without-the-websecurityconfigureradapter](https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapter)
121133
* [springboot-security&jwt](https://blog.csdn.net/u014553029/article/details/112759382)
122134
* [Meituan-Dianping/Leaf](https://github.com/Meituan-Dianping/Leaf)
135+
* [SpringBoot Test](https://spring.io/guides/gs/testing-web/)
136+
* [SpringBoot Web Test](https://spring.io/guides/gs/testing-web/)

docs/img/ddd_architecture.png

234 KB
Loading

0 commit comments

Comments
 (0)