SERVER : [org.springframework.web.context.ContextLoaderListener]의 애플리케이션 리스너를 설정하는 중 오류 발생
문제
- 실행 잘되던 프로젝트에 maven 라이브러리 경로가 삭제되는 현상이 발생하였다.
해결방안
- 프로젝트 우클릭 - properties
- Deployment Assembly - Add 버튼 - Java Build Path Entries - Maven Dependencies 선택 - Apply버튼
Leave a comment