1、加入shiro相关依赖的jar包

pom.xml部分内容如下:

 1 <dependency>
 2     <groupId>org.apache.shiro</groupId>
 3     <artifactId>shiro-spring</artifactId>
 4     <version>1.3.2</version>
 5 </dependency>
 6 <dependency>
 7     <groupId>org.apache.shiro</groupId>
 8     <artifactId>shiro-core</artifactId>
 9     <version>1.3.2</version>
10 </dependency>
View Code

相关文章:

  • 2021-10-23
  • 2021-07-04
  • 2021-10-19
  • 2021-11-23
  • 2021-10-01
猜你喜欢
  • 2022-12-23
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案