web.xml文件没有配置spring-security.xml文件

<!-- 配置加载类路径的配置文件 -->
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath*:applicationContext.xml,classpath*:spring-security.xml</param-value>
</context-param>

 

 

转: https://www.cnblogs.com/elian91/p/11369018.html

相关文章:

  • 2021-11-08
  • 2021-06-29
  • 2022-12-23
  • 2021-07-30
  • 2021-06-10
  • 2022-12-23
  • 2021-09-27
  • 2022-02-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案