SpringBoot启动找不到template文件

img

img

img


这里在application.yml中配置了模板引擎的路径为什么还是找不到?

1.在Springboot项目中,web的配置中增加thymeleaf配置

img

2.在view视图中,增加

img

Spring Boot 实战纪实

thymeleaf:
check-template: false
check-template-location: false
把这段代码复制过去看看,确保包没有缺少或者原templates目录没有删掉