Thymeleaf 템플릿엔진 작동시 간단한 매핑을 시도하는 중 아래와 같은 에러 발생
: Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Circular view path [hello]: would dispatch back to the current handler URL [/hello] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)] with root cause
Dependancy가 추가가 안되어 있었다.
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
복사해줌으로써 간단히 해결
반응형
'Programming > Etc' 카테고리의 다른 글
intellij 에서 git merge 하는 법 (0) | 2022.11.22 |
---|---|
java에서 gradle clean test 빌드시 에러 나오는 경우 (0) | 2022.10.31 |
깃 사용 명령어, 브랜치 개념 (0) | 2022.10.25 |
윈도우 폴더에서 git에 pull 하는법 (0) | 2022.10.17 |
티스토리 블로그에서 윗첨자, 아랫첨자쓰기 (0) | 2022.08.13 |