728x90
반응형
에러내용
No mapping found for HTTP request with URI [/project/requestList.do] in DispatcherServlet with name 'appServlet'
해결과정
검색해보니 여러가지 확인 방법이 나와있어서
1. web.xml 에서 DispatcherServlet 선언이 제대로 되어있는지 확인
2. servlet-context.xml 에 설정 확인 : <annotation-driven />이 쓰여있는지
3. 컨트롤러에서 URL Mapping이 잘 되어있는지 확인
몇번을 확인해보고도 문제가 없는데 왜 안돼지 했는데 ....
requestList.do로 요청해놓고 컨트롤러에서 url mapping이 request로만 적혀져있었다.......
정말 컴퓨터는 시킨대로 잘하는데 항상 내가 제대로 전달안해서 발생하는 오류가 90%인듯하다....
728x90
반응형
'JAVA > SPRING' 카테고리의 다른 글
Model, ModelMap (0) | 2022.05.01 |
---|---|
[SPRING] @Controller와 @RestController (0) | 2022.03.29 |
[Spring][Annotation] @RequestParam & @PathVariable (0) | 2022.01.04 |
[MyBatis] #{} 과 ${} 의 차이 (0) | 2022.01.03 |
[Spring][Spring Security]BCryptPasswordEncoder (0) | 2022.01.03 |