新增注解式鉴权功能

This commit is contained in:
2020-03-07 14:40:15 +08:00
parent 41b485983b
commit defdd90336
16 changed files with 235 additions and 26 deletions

View File

@@ -25,11 +25,11 @@
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!-- sa-token权限验证 -->
<!-- sa-token 权限认证, 在线文档http://sa-token.dev33.cn/ -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<!-- SpringBoot整合redis -->