일상 기록 창고

Error configuring application listener of class org.springframework.web.context.ContextLoaderListener 본문

프로그래밍/Spring (jsp)

Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

Crazy_Kong 2017. 1. 23. 11:40

Error configuring application listener of class org.springframework.web.context.ContextLoaderListener


원인 : maven 라이브러리 경로가 삭제되어서 발생 다음과 같이 해결


Deployment Assembly 에 add 클릭 후 

Java Build Path Entries 선택 후 Maven Dependencies 선택 후 add 완료.

'프로그래밍 > Spring (jsp)' 카테고리의 다른 글

JSON 파싱하기  (0) 2017.02.14
JSTL Form value 처리 방법  (0) 2017.01.23
null 체크  (0) 2017.01.09
mybatis sql mapper 사용시 CDATA 사용시 주의점.  (0) 2017.01.04
Query log 확인하기  (0) 2017.01.04