[Spring] org.springframework. web.context.ContextLoaderListener

uoayop·2021년 10월 20일
1

에러 한바가지

목록 보기
11/16
post-thumbnail

상황
pom.xml을 변경해준 뒤 maven-update project.. 를 한 뒤 에러가 발생했다.


에러 코드

org.springframework.web.context.ContextLoaderListener의 애플리케이션 리스너를 설정하는 중 오류 발생

java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

발생하는 이유

Maven Dependencies가 사라져서 발생


잘 있던 Dependencies가 왜 사라졌지요?

프로젝트 우클릭 - maven - update project ... 를 클릭하면 maven 라이브러리 경로가 삭제되는 현상이 있다고 한다 ㄱ-


해결 방법

  1. ContextLoaderListener 오류 확인

  2. [문제해결] 심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

프로젝트 우클릭 - properties - Deploy Assembly - add - Java Build Path Entries - Maven Dependencies - Apply

profile
slow and steady wins the race 🐢

0개의 댓글