WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI


servlet-context.xml 파일에서 controller가 있는 패키지가 정확하게 되어 있는지 확인.


<context:component-scan base-package="net.ellord.spring_test_controller" />



spring 기본 프로젝트를 생성하고 추가로 컨트롤러 패키지를 생성한 경우 확인필요.

블로그 이미지

엘로드넷

,