[Spring] javax.servlet.ServletException: Circular view path ..에러공부/Spring2022. 1. 7. 23:10
Table of Contents
반응형
문제내용
- 스프링 부트로 게시판 만들기를 하고 있는데 아래와 같은 에러가 발생했다.
- 해석하자면 mapping 주소가 /singup인데 view name도 signup이라 에러 발생하면서 shut-down 되버림
[signup]: would dispatch back to the current handler URL [/signup] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)
- 해석하자면 mapping 주소가 /singup인데 view name도 signup이라 에러 발생하면서 shut-down 되버림
해결방법
- @Controller에서 ModelAndView 또는 Model에 View Name 을 넣어주면 해결됨
반응형
'공부 > Spring' 카테고리의 다른 글
[Hibernate] DBMS custom function 을 ORM에서 호출하는 방법 (0) | 2022.04.07 |
---|---|
[에러] java.lang.NoClassDefFoundError:javax/xml/bind/JAXBException (0) | 2022.03.06 |
[Spring] JVM 구조와 Garbage Collection(GC) (0) | 2021.11.30 |
[Spring] Http Request에 대한 DispatcherServlet 동작과정 (0) | 2021.11.13 |
[gradle] General error during semantic analysis: Unsupported class file major version 60 에러 (0) | 2021.10.11 |
@leejinwoo1126 :: 천천히 하나씩
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!