springboot shiro开启注释
shiroconfiguration中增加
1 2 3 4 5 6 7 |
|
在controller中的方法前加上注解
1 |
|
若还没生效,应该是aop没起作用,
解决方法一
shiroconfiguration中增加
1 2 3 4 5 6 7 |
|
解决方法二
pom.xml中加入
1 2 3 4 |
|
同时application.properties中补充
1 |
|
原文地址:https://www.cnblogs.com/leigepython/p/10163805.html