본문 바로가기
[프로그래밍]/BackEnd

WARN : org.springframework.web.servlet.PageNotFound

by control+c 2015. 12. 2.
반응형

WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/login/loginInit.go] in DispatcherServlet with name 'appServlet'







해결

servlet-context.xml에 component-scan 추가 혹은 수정

<context:component-scan base-package="기본 패키지명" />

예) <context:component-scan base-package="com.tistory.jojonari" />

by. 조조나리

반응형

댓글