2024/101 [Spring Boot] jakarta.servlet.ServletException: No adapter for handler [Controller@] The DispatcherServlet configuration needs to include a HandlerAdapter that supports this handler [Spring Boot] jakarta.servlet.ServletException: No adapter for handler [Controller@] The DispatcherServlet configuration needs to include a HandlerAdapter that supports this handler ServletException은 Spring MVC에서 호출한 Controller 요청을 처리할 적절한 HandlerAdapter를 찾을 수 없을 때 발생주로 컨트롤러 설정에 실수가 있을 때 자주 발생문제 해결하기Controller 에서 필요로 하는 annotation을 빼먹지 않았는지 확인@RestController, @Controller, @RequestMapping, @GetMa.. 2024. 10. 29. 이전 1 다음