解决方案:

 

pom 文件添加:

 

<!-- 解决shiro注解(shiro 使用 aop) -->
<dependency>
  <groupId>aspectj</groupId>
  <artifactId>aspectjweaver</artifactId>
  <version>1.5.4</version>
</dependency>

相关文章:

  • 2021-12-29
  • 2021-10-16
  • 2022-12-23
  • 2021-07-11
  • 2021-09-15
  • 2022-12-23
  • 2021-10-20
猜你喜欢
  • 2021-07-26
  • 2021-07-09
  • 2021-11-15
  • 2022-01-23
  • 2022-12-23
  • 2021-08-26
相关资源
相似解决方案