1.引入sa-token权限框架

2.实现RBAC模型相关表结构(用户-权限-菜单-角色)
This commit is contained in:
xiongfeng
2025-08-21 22:27:27 +08:00
parent ba07169869
commit 71ddb30d0d
34 changed files with 820 additions and 2 deletions

View File

@@ -170,6 +170,13 @@
<version>4.40.0.ALL</version>
</dependency>
<!-- Sa-Token 权限认证在线文档https://sa-token.cc -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot3-starter</artifactId>
<version>1.44.0</version>
</dependency>
</dependencies>
<build>