v1.13.0更新

This commit is contained in:
shengzhang
2021-02-09 01:17:52 +08:00
parent b38091217a
commit 30b47573c4
21 changed files with 48 additions and 29 deletions

View File

@@ -21,7 +21,7 @@ sa-token内置两种模式完成注解鉴权分别是`AOP模式`和`拦截器
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-aop</artifactId>
<version>1.12.1</version>
<version>1.13.0</version>
</dependency>
```