idea整合springboot,访问templates下html资源问题

1、pom.xml文件中要引入themyleaf

2、在application.properties文件中加入

#拼接html前后缀
spring.resources.static-locations=classpath:/templates/
spring.thymeleaf.suffix=.html