v1.14.0 更新

This commit is contained in:
shengzhang
2021-03-12 01:45:13 +08:00
parent 9fe0e1f97b
commit f9ad71db66
28 changed files with 73 additions and 36 deletions

View File

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