JVM/Spring

[Error] Class : org.springframework.util.AntPathMatcher not found 에러

헹창 2019. 11. 18.
반응형

[Error] Class :org.springframework.util.AntPathMatcher not found 에러

 

 

# Spring MVC 프로젝트 context-*.xml 에러 : Class not found error

 

 

전자정부프레임워크 3.8.0 버전 업그레이드 후 Spring 프로젝트 SVN Import 후에 난 에러이다.

 

[Eclipse] 전자정부프레임워크 3.8 버전 업그레이드 하기 (1) Spring

[Eclipse] 전자정부프레임워크 3.8 버전 업그레이드 하기 (1) Spring 기존 egovFramework 3.6.0 버전에서 개발을 하고 있었는데 3.8버전을 업그레이드 하려한다. 분명 언젠가 또 업그레이드 할 날이 올 것을 대비..

haenny.tistory.com

 

 

다음과 같은 에러위치에서는 not found 에러가 났다.

 

 

context-common.xml

 

<bean id="anPathMater" class="org.springframework.util.AntPathMatcher" />

 

 

context-datasource.xml

 

// properties 세팅 부분
<bean id="egov.propertyConfigurer" 
	class=org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">

 

 

 

만약 클래스명 오타나 jar파일도 모두 있고, Maven 초기화 후 다시 jar파일을 추가해도 같은에러가 반복된다면

 

[Error] 이클립스 Failed to Start component 에러, Maven 초기화

[Error] 이클립스 Failed to Start component 에러, Maven 초기화 EgovFramework 버전 업그레이드를 한 후 프로젝트 SVN Import 하면서 마주친 에러이다. 버전 업그레이드 참고하기 <<< ----- [Eclipse] 전자정부..

haenny.tistory.com

 

 

 

프로젝트 우클릭 후 Spring Tools 에 Remove Spring Project Nature 을 눌렀다가 Add Spring Projcet Nature을 누르면 된다.

 

 

 

 

728x90
반응형

댓글

추천 글