기본 콘텐츠로 건너뛰기

[Spring] [Trouble Shooting] java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered?

 Spring에서 default로 주어져있는 index.jsp를 사용할때 

java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered? 

에러를 만날 수 있다.

이때는 index.jsp 파일을 view폴더에 넣고 다음과 같이 컨트롤러를 정의하여 해결할수 있다.

댓글