development♥

java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener 오류 에러 해결방법

리니❤ 2022. 9. 27. 09:10
반응형

 

 

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

에러의 경우

 

maven > update project config > 실행시 maven이라는 경로가 삭제되는 경우가 있는데

이럴때 다시 경로를 설정해주면 정상적으로 서버가 시작된다

 

 

프로젝트 마우스 우측 클릭 > properties>

 

 

deployment assembly > add> java build path entries > next

 

 

maven dependencies > finish 

 

 

 

그럼 하단에 maven dependencies가 들어간걸 볼 수 있음

 

 

apply > apply and close

 

 

 

 

반응형