v1.11.0 新特性:AOP注解鉴权

This commit is contained in:
shengzhang
2021-01-09 17:24:44 +08:00
parent 1028ac0fe6
commit fbff086ed9
10 changed files with 233 additions and 57 deletions

View File

@@ -51,6 +51,13 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</dependency> -->
<!-- sa-token整合SpringAop实现注解鉴权 -->
<!-- <dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-aop</artifactId>
<version>1.10.0</version>
</dependency> -->
<!-- @ConfigurationProperties -->
<dependency>