Developer J

[해결방법] 심각: 클래스 [org.springframework.web.context.ContextLoaderListener] 본문

개발자 되기 part1/Error

[해결방법] 심각: 클래스 [org.springframework.web.context.ContextLoaderListener]

Developer J 2020. 6. 25. 20:33
반응형

1. 문제의 발생 원인 : Maven->Update Project Configuration 실행시 maven 라이브러리 경로가 삭제되기 때문입니다.

org.springframework.web.context.ContextLoaderListener

2. 문제 해결 방법

   프로젝트 우클릭 -> properties ->Deployment Assembly (아래와 같이 왼쪽 위 검색 창에 dep를 치면 바로 나옴)

-> Add버튼 ->Java Build Path Entries -> Maven Dependencies 선택 -> FInish

                           (1)

org.springframework.web.context.ContextLoaderListener

                                 (2)

org.springframework.web.context.ContextLoaderListener

                                 (3)

org.springframework.web.context.ContextLoaderListener

반응형