File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ v.3.x 为springboot 3.x版本,使用jdk17版本
18
18
19
19
* springboot-starter | Springboot领域驱动框架
20
20
* springboot-starter-data-fast | 快速数据呈现框架
21
- * springboot-starter-id-generator | Id自增策略框架
22
21
* springboot-starter-security-jwt | security&jwt权限框架
23
22
24
23
## SpringBoot DDD Architecture | SpringBoot DDD 框架图
@@ -42,13 +41,6 @@ v.3.x 为springboot 3.x版本,使用jdk17版本
42
41
<version>${last.version}</version>
43
42
</dependency>
44
43
45
- <!-- Id自增策略框架 -->
46
- <dependency>
47
- <groupId>com.codingapi.springboot</groupId>
48
- <artifactId>springboot-starter-id-generator</artifactId>
49
- <version>${last.version}</version>
50
- </dependency>
51
-
52
44
<!-- security&jwt权限框架 -->
53
45
<dependency>
54
46
<groupId>com.codingapi.springboot</groupId>
You can’t perform that action at this time.
0 commit comments