11
11
12
12
## Project Version | 项目版本说明
13
13
14
- v.2.x 为springboot 2.x版本,使用jdk8版本
15
- v.3.x 为springboot 3.x版本,使用jdk17版本
14
+ v.2.x 为springboot 2.x版本,使用jdk8版本
15
+ v.3.x 为springboot 3.x版本,使用jdk17版本
16
16
17
17
## Project Modules Description | 项目模块介绍
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>
@@ -63,7 +71,7 @@ https://github.com/codingapi/springboot-framework/wiki
63
71
64
72
## Example
65
73
66
- 见 [ springboot-example] ( https://github.com/codingapi/springboot-example )
74
+ 见 [ springboot-example] ( https://github.com/codingapi/springboot-example )
67
75
68
76
## Reference Documentation
69
77
0 commit comments