반응형
<beans:beans xmlns="http://www.springframework.org/schema/security"
xmlns:beans="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.2.xsd">
와 같은 내용이 있을때 xmls 항목을 추가하면 xsi:schemaLocation의 내용도 추가해야 한다.
즉 위와 같이 xmlns="http://www.springframework.org/schema/security" 항목을 추가하면
http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.2.xsd" 도 xsi:schemaLocation에 추가해 주어야 한다.
반응형
'개발 > spring, spring boot' 카테고리의 다른 글
[spring] 스프링 관련 프로젝트 (0) | 2021.01.17 |
---|---|
[spring 에러] slf4j failed to load class org.slf4j.impl.staticloggerbinder (2) | 2021.01.17 |
[spring] Environment - 프로필(profile) (0) | 2021.01.17 |
[spring] Environment - PropertySource (0) | 2021.01.17 |
[spring] 스프링 코어 - AOP (Aspect Oriented Programming) (0) | 2021.01.17 |
댓글