v1.12.1更新

This commit is contained in:
shengzhang
2021-01-14 02:06:39 +08:00
parent 3b9f6b71e9
commit 87292cb7d5
23 changed files with 50 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.12.0</version>
<version>1.12.1</version>
</dependency>
```