반응형
with root cause org.thymeleaf.exceptions.TemplateInputException: Error resolving template [/경로], template might not exist or might not be accessible by any of the configured Template Resolvers
Controller에서 html 주소를 return 시키려다
위와 같은 에러가 발생했는데
경로에 해당하는 주소가 없다는 얘기인데
원인을 확인해보면
Controller에서 클래스 어노테이션을
@Controller로 설정해 놓았을 경우 발생하는 에러라
@Controller 에서 @RestController로 바꿔주거나
혹은 @Controller를 사용시에는
메소드 위에 @ResponseBody
어노테이션을 넣어주면 해결된다
반응형
'Error & Fix' 카테고리의 다른 글
Docker found character that cannot start any token 에러 해결방법 (0) | 2023.03.02 |
---|---|
Mac vi Can't open file for writing 에러 해결방법 (0) | 2023.03.02 |
Thymeleaf EL1001E: Type conversion problem, cannot convert from null to boolean 에러 해결방법 (0) | 2023.01.09 |
sudo apt-get install 명령어 사용 시 에러 해결방법 (0) | 2022.11.17 |
Docker RPC 명령어 사용 시 curl: (52) Empty reply from server 에러 해결방법 (0) | 2022.10.12 |
댓글