File tree 12 files changed +20
-12
lines changed
springboot-starter-data-fast
springboot-starter-security
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版本
18
18
19
19
* springboot-starter | Springboot领域驱动框架
20
20
* springboot-starter-data-fast | 快速数据呈现框架
21
+ * springboot-starter-flow | 流程引擎框架
21
22
* springboot-starter-security | security权限框架支持基于JWT的无状态权限认证与Redis的有状态权限认证
22
23
23
24
## SpringBoot DDD Architecture | SpringBoot DDD 框架图
@@ -41,6 +42,13 @@ v.3.x 为springboot 3.x版本,使用jdk17版本
41
42
<version>${last.version}</version>
42
43
</dependency>
43
44
45
+ <!-- 快速数据呈现框架 -->
46
+ <dependency>
47
+ <groupId>com.codingapi.springboot</groupId>
48
+ <artifactId>springboot-starter-flow</artifactId>
49
+ <version>${last.version}</version>
50
+ </dependency>
51
+
44
52
<!-- security&jwt权限框架 -->
45
53
<dependency>
46
54
<groupId>com.codingapi.springboot</groupId>
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.2.7.dev </version >
8
+ <version >3.3.3 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.2.7.dev </version >
8
+ <version >3.3.3 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.2.7.dev </version >
8
+ <version >3.3.3 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.2.7.dev </version >
8
+ <version >3.3.3 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.2.7.dev </version >
8
+ <version >3.3.3 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >com.codingapi.springboot</groupId >
15
15
<artifactId >springboot-parent</artifactId >
16
- <version >3.3.2.7.dev </version >
16
+ <version >3.3.3 </version >
17
17
</parent >
18
18
19
19
<artifactId >springboot-example</artifactId >
20
- <version >3.3.2.7.dev </version >
20
+ <version >3.3.3 </version >
21
21
22
22
<name >springboot-example</name >
23
23
<description >springboot-example project for Spring Boot</description >
Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.codingapi.springboot</groupId >
14
14
<artifactId >springboot-parent</artifactId >
15
- <version >3.3.2.7.dev </version >
15
+ <version >3.3.3 </version >
16
16
17
17
<url >https://github.com/codingapi/springboot-framewrok</url >
18
18
<name >springboot-parent</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-parent</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.2.7.dev </version >
8
+ <version >3.3.3 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >springboot-parent</artifactId >
8
8
<groupId >com.codingapi.springboot</groupId >
9
- <version >3.3.2.7.dev </version >
9
+ <version >3.3.3 </version >
10
10
</parent >
11
11
12
12
<name >springboot-starter-flow</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >springboot-parent</artifactId >
8
8
<groupId >com.codingapi.springboot</groupId >
9
- <version >3.3.2.7.dev </version >
9
+ <version >3.3.3 </version >
10
10
</parent >
11
11
12
12
<artifactId >springboot-starter-security</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.codingapi.springboot</groupId >
7
7
<artifactId >springboot-parent</artifactId >
8
- <version >3.3.2.7.dev </version >
8
+ <version >3.3.3 </version >
9
9
</parent >
10
10
<artifactId >springboot-starter</artifactId >
11
11
You can’t perform that action at this time.
0 commit comments