250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- AJAX
- MySQL
- Spring Boot
- maven
- oracle
- MSSQL
- 오픈소스
- myBatis
- Core Java
- Exception
- spring
- JavaScript
- STS
- PostgreSQL
- Eclipse
- Python
- SpringBoot
- Thymeleaf
- 설정
- Open Source
- 문서
- jpa
- Docker
- error
- JDBC
- git
- ubuntu
- Source
- IntelliJ
- Tomcat
Archives
- Today
- Total
헤르메스 LIFE
[Exception] Context initialization failed org.springframework.beans.factory.parsing.BeanDefinitionParsingException 본문
Exception
[Exception] Context initialization failed org.springframework.beans.factory.parsing.BeanDefinitionParsingException
헤르메스의날개 2016. 8. 17. 13:10728x90
Spring Securiry 설정 중 아래와 같은 오류가 발생했습니다.
개발환경
Spring 3.2.x
JDK 1.7.x
Tomcat 7.x
ERROR o.s.web.context.ContextLoader.initWebApplicationContext (ContextLoader.java:331) - Context initialization failed
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/security]
Offending resource: class path resource [webSecurityConfig.xml]
spring-security-core
Spring-security-web
spring-security-config
lib 를 추가해야 합니다.
728x90