File tree Expand file tree Collapse file tree 12 files changed +20
-12
lines changed
springboot-starter-data-fast
springboot-starter-security Expand file tree Collapse file tree 12 files changed +20
-12
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ v.3.x 为springboot 3.x版本,使用jdk17版本
1818
1919* springboot-starter | Springboot领域驱动框架
2020* springboot-starter-data-fast | 快速数据呈现框架
21+ * springboot-starter-flow | 流程引擎框架
2122* springboot-starter-security | security权限框架支持基于JWT的无状态权限认证与Redis的有状态权限认证
2223
2324## SpringBoot DDD Architecture | SpringBoot DDD 框架图
@@ -41,6 +42,13 @@ v.3.x 为springboot 3.x版本,使用jdk17版本
4142 <version>${last.version}</version>
4243 </dependency>
4344
45+ <!-- 快速数据呈现框架 -->
46+ <dependency>
47+ <groupId>com.codingapi.springboot</groupId>
48+ <artifactId>springboot-starter-flow</artifactId>
49+ <version>${last.version}</version>
50+ </dependency>
51+
4452 <!-- security&jwt权限框架 -->
4553 <dependency>
4654 <groupId>com.codingapi.springboot</groupId>
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.2.7.dev </version >
8+ <version >3.3.3 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.2.7.dev </version >
8+ <version >3.3.3 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.2.7.dev </version >
8+ <version >3.3.3 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.2.7.dev </version >
8+ <version >3.3.3 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.2.7.dev </version >
8+ <version >3.3.3 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >com.codingapi.springboot</groupId >
1515 <artifactId >springboot-parent</artifactId >
16- <version >3.3.2.7.dev </version >
16+ <version >3.3.3 </version >
1717 </parent >
1818
1919 <artifactId >springboot-example</artifactId >
20- <version >3.3.2.7.dev </version >
20+ <version >3.3.3 </version >
2121
2222 <name >springboot-example</name >
2323 <description >springboot-example project for Spring Boot</description >
Original file line number Diff line number Diff line change 1212
1313 <groupId >com.codingapi.springboot</groupId >
1414 <artifactId >springboot-parent</artifactId >
15- <version >3.3.2.7.dev </version >
15+ <version >3.3.3 </version >
1616
1717 <url >https://github.com/codingapi/springboot-framewrok</url >
1818 <name >springboot-parent</name >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-parent</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.2.7.dev </version >
8+ <version >3.3.3 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >springboot-parent</artifactId >
88 <groupId >com.codingapi.springboot</groupId >
9- <version >3.3.2.7.dev </version >
9+ <version >3.3.3 </version >
1010 </parent >
1111
1212 <name >springboot-starter-flow</name >
You can’t perform that action at this time.
0 commit comments