v1.15.0.RELEASE 发布

This commit is contained in:
shengzhang
2021-03-24 01:44:19 +08:00
parent a8117a8021
commit 921e693e7e
25 changed files with 52 additions and 34 deletions

View File

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