Skip to content

Commit 7133d97

Browse files
committed
fix readme
1 parent a3aa61d commit 7133d97

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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-data-authorization | 数据权限框架
2122
* springboot-starter-flow | 流程引擎框架
2223
* springboot-starter-security | security权限框架支持基于JWT的无状态权限认证与Redis的有状态权限认证
2324

@@ -42,6 +43,13 @@ v.3.x 为springboot 3.x版本,使用jdk17版本
4243
<version>${last.version}</version>
4344
</dependency>
4445
46+
<!-- 数据权限框架 -->
47+
<dependency>
48+
<groupId>com.codingapi.springboot</groupId>
49+
<artifactId>springboot-starter-data-authorization</artifactId>
50+
<version>${last.version}</version>
51+
</dependency>
52+
4553
<!-- 流程引擎框架 -->
4654
<dependency>
4755
<groupId>com.codingapi.springboot</groupId>

0 commit comments

Comments
 (0)