-
스프링퀵스타트 xml 파일 오류 발생 및 해결Spring/Spring Quick Start 2019. 5. 23. 02:41
-오류-
-문제원인-
http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http:www.springframework.org/schema/p"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context
http://
www.springframework.org/schema/context/spring-context-4.2.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-4.2.xsd"하루종일 구글링해봐도 문제파악해결하지 못했는데 문득 에러문구를 자세히 들여다봤는데 "짝수"라는 문구가 보였고 분명히 짝수는 맞는데 http://와 www.~부분이 떨어져있어서 그런건가싶어서 붙여보니 정상적으로 작동했다. 보기 편하려고 이렇게 http별로 한줄씩 띄웠었는데 중간에 실수로 이런결과가 발생했던 모양이다.
-해결방법-
위와 같이 붙여써야 에러 해결이 되는것을 알 수 있다.
만약 짝수개가 아니라면 namespace가서 체크되어있으면 체크해제하고 홀수인 부분을 지우고 네임스페이스에서 체크선택을하면 다시 원하는 주소가 자동생성되는것을 알 수 있다.
'Spring > Spring Quick Start' 카테고리의 다른 글
스프링퀵스타트 AOP용어 및 기본설정 (0) 2019.05.23 스프링퀵스타트 스프링AOP (0) 2019.05.22 스프링퀵스타트 비즈니스 컴포넌트 실습2 (0) 2019.05.22 스프링퀵스타트 비즈니스 컴포넌트 실습1 (0) 2019.05.21 스프링퀵스타트 어노테이션 기반 설정 (0) 2019.05.21 댓글