項目從spring3升級到spring4 報Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/security] Offending resource: class path resource [securityConfig.xml]


  項目從spring3升級到spring4 報Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/security] Offending resource: class path resource [securityConfig.xml]

 

解決方案:添加spring-security-config包

 

1 <!-- https://mvnrepository.com/artifact/org.springframework.security/spring-security-config -->
2 <dependency>
3     <groupId>org.springframework.security</groupId>
4     <artifactId>spring-security-config</artifactId>
5     <version>4.1.3.RELEASE</version>
6 </dependency>

 原文鏈接:http://www.baeldung.com/unable-to-locate-spring-namespacehandler-for-xml-schema-namespace


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM