We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76ec00 commit 375e15aCopy full SHA for 375e15a
README.md
@@ -18,7 +18,6 @@ v.3.x 为springboot 3.x版本,使用jdk17版本
18
19
* springboot-starter | Springboot领域驱动框架
20
* springboot-starter-data-fast | 快速数据呈现框架
21
-* springboot-starter-id-generator | Id自增策略框架
22
* springboot-starter-security-jwt | security&jwt权限框架
23
24
## SpringBoot DDD Architecture | SpringBoot DDD 框架图
@@ -42,13 +41,6 @@ v.3.x 为springboot 3.x版本,使用jdk17版本
42
41
<version>${last.version}</version>
43
</dependency>
44
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
<!-- security&jwt权限框架 -->
53
<dependency>
54
<groupId>com.codingapi.springboot</groupId>
0 commit comments