[Error] #1 No mapping found for HTTP request with URI
2019. 9. 21. 16:57ㆍGo to 코딩천재/Spring
[원인]
설정파일 또는 url mapping 문제
[해결방법]
1. web.xml의 DispatcherServlet 설정 확인
2. servlet-context.xml의 component:scan 설정 확인
3. 컨트롤러의 url mapping 확인
4. servlet-context.xml의 mvc:annotation-driven 선언 확인
참고 : https://stufeel.tistory.com/8
No mapping found for HTTP request with URI 에러 원인
1. web.xml 에서 DispatcherServlet 선언이 제대로 되어있는지 확인 appServlet org.springframework.web.servlet.DispatcherServlet <in..< p=""> </in..<>
stufeel.tistory.com