Skip to content

Commit 98c8e1d

Browse files
committed
update readme
1 parent bae1621 commit 98c8e1d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111

1212
## Project Version | 项目版本说明
1313

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版本
1616

1717
## Project Modules Description | 项目模块介绍
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>
@@ -63,7 +71,7 @@ https://github.com/codingapi/springboot-framework/wiki
6371

6472
## Example
6573

66-
[springboot-example](https://github.com/codingapi/springboot-example)
74+
[springboot-example](https://github.com/codingapi/springboot-example)
6775

6876
## Reference Documentation
6977

0 commit comments

Comments
 (0)