spring boot 引入 thymeleaf 报Cannot resolve MVC View ‘index‘ 。
spring boot 引入 thymeleaf 报Cannot resolve MVC View 'index' 。原因是 相关thymeleaf 相关jar包没有依赖上。工具问题# 默认路径spring.thymeleaf.prefix=classpath:/templates/# 后缀spring.thymeleaf.suffix=.html# 模板格式spring.thymeleaf.mode=HTML5spring.thymeleaf.encoding=UTF-8sp.