v1.16.0.RELEASE 更新

This commit is contained in:
shengzhang
2021-04-14 00:38:18 +08:00
parent 7d985602c5
commit c8f9aafe37
21 changed files with 31 additions and 31 deletions

View File

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