We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac65747 commit 9210feaCopy full SHA for 9210fea
docs/wiki/home.md
@@ -18,6 +18,12 @@ maven install
18
<version>${last.version}</version>
19
</dependency>
20
21
+ <!-- 数据权限框架 -->
22
+ <dependency>
23
+ <groupId>com.codingapi.springboot</groupId>
24
+ <artifactId>springboot-starter-data-authorization</artifactId>
25
+ <version>${last.version}</version>
26
+ </dependency>
27
28
<!-- security&jwt权限框架 -->
29
<dependency>
@@ -31,4 +37,4 @@ maven install
31
37
[springboot-starter](./springboot-starter)
32
38
[springboot-starter-security](./springboot-starter-security)
33
39
[springboot-starter-data-fast](./springboot-starter-data-fast.md)
34
-
40
+[springboot-starter-data-authorization](./springboot-starter-data-authorization.md)
0 commit comments