반응형
[Error] Class :org.springframework.util.AntPathMatcher not found 에러
# Spring MVC 프로젝트 context-*.xml 에러 : Class not found error
전자정부프레임워크 3.8.0 버전 업그레이드 후 Spring 프로젝트 SVN Import 후에 난 에러이다.
다음과 같은 에러위치에서는 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파일을 추가해도 같은에러가 반복된다면
프로젝트 우클릭 후 Spring Tools 에 Remove Spring Project Nature 을 눌렀다가 Add Spring Projcet Nature을 누르면 된다.
728x90
반응형
댓글