[Solved] template might not exist or might not be accessible by any of the configured Template Resolvers
Spring-Boot + Thymeleaf + Intellij (2019.2) 사용 중 오류. #Error Message 2021-05-29 15:55:22.941 ERROR 25300 --- [nio-8080-exec-1] org.thymeleaf.TemplateEngine : [THYMELEAF][http-nio-8080-exec-1] Exception processing template "index": Error resolving template [index], template might not exist or might not be accessible by any of the configured Template Resolvers org.thymeleaf.exceptions.TemplateInputException: Error resolving template [index], template might not exist or might not be accessible by any of the configured Template Resolvers at org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:869) ~[thymeleaf-3.0.12.RELEASE.jar:3.0.12.RELEASE] #Situation IntelliJ IDEA 2019.2.4 Java jdk 1.8.0_231 gradle 7.0.2 org.springframework.boot 2.5.0 #Step 1. Create Project - Project SDK : java version "1.8.0_231" - Type : Gradle Project - Java Version : 8 - Dependencies - Developer Tools : Srping Boot DevTools - Web : S...