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 |
Tags
- PostgreSQL
- jpa
- SpringBoot
- JDBC
- Tomcat
- error
- Open Source
- Core Java
- myBatis
- IntelliJ
- Thymeleaf
- 설정
- maven
- MySQL
- Source
- 문서
- Spring Boot
- JavaScript
- git
- Exception
- 오픈소스
- AJAX
- MSSQL
- ubuntu
- Python
- STS
- spring
- oracle
- Eclipse
- Docker
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