Skip to content

Commit 9210fea

Browse files
committed
add wiki
1 parent ac65747 commit 9210fea

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/wiki/home.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ maven install
1818
<version>${last.version}</version>
1919
</dependency>
2020
21+
<!-- 数据权限框架 -->
22+
<dependency>
23+
<groupId>com.codingapi.springboot</groupId>
24+
<artifactId>springboot-starter-data-authorization</artifactId>
25+
<version>${last.version}</version>
26+
</dependency>
2127
2228
<!-- security&jwt权限框架 -->
2329
<dependency>
@@ -31,4 +37,4 @@ maven install
3137
[springboot-starter](./springboot-starter)
3238
[springboot-starter-security](./springboot-starter-security)
3339
[springboot-starter-data-fast](./springboot-starter-data-fast.md)
34-
40+
[springboot-starter-data-authorization](./springboot-starter-data-authorization.md)

0 commit comments

Comments
 (0)