Spring WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI
JAVA 2016. 6. 8. 19:38WARN : 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 기본 프로젝트를 생성하고 추가로 컨트롤러 패키지를 생성한 경우 확인필요.
'JAVA' 카테고리의 다른 글
[전자정부프레임워크] jave-2.0.jar ffmpeg 를 이용한 wav to mp3 변환 (0) | 2019.01.08 |
---|---|
OSX 전자정부프레임워크 ojdbc 12.1 maven 수동설치 (0) | 2018.06.11 |
JUnit4.12A Exception for junit4.12 about org/hamcrest/SelfDescribing (0) | 2017.10.16 |
Spring 오라클 한글 깨짐 (0) | 2016.06.08 |
Spring + MyBatis 연결을 위한 pom.xml (0) | 2016.02.26 |