2022-06-30 23:23:37.273 ERROR 44264 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.thymeleaf.exceptions.TemplateInputException: Error resolving template [test1], template might not exist or might not be accessible by any of the configured Template Resolvers] with root cause
org.thymeleaf.exceptions.TemplateInputException: Error resolving template [test1], template might not exist or might not be accessible by any of the configured Template Resolvers
스프링부트에서 Controller 호출 시
위와 같은 에러가 발생할 경우
프로젝트 내 templates 폴더에서
Error resolving template [test1]
강조 표시한 html 파일이 없어서
에러가 발생한 것인데
templates 폴더 내에
에러가 발생한 파일명을 넣어주거나
혹은 클래스명 위에 선언한
@Controller 대신
@RestController를 사용해주면 된다
(@Controller는 이동할 주소 Return)
'Tools > etc' 카테고리의 다른 글
MetaMask 전체 화면으로 보는 방법 (0) | 2022.07.06 |
---|---|
brackets 특수문자 검색(Ctrl + F) 안되는 현상 해결방법 (0) | 2022.07.05 |
이클립스 특정 프로젝트 대상으로 검색방법(CTRL + H) (0) | 2022.06.30 |
이클립스 branch 변경 시 Project 에러 해결방법 (0) | 2022.06.29 |
스프링부트 throw new SilentExitException(); 디버그 해결방법 (0) | 2022.06.20 |
댓글