File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
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-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>
You can’t perform that action at this time.
0 commit comments