deprecated configuration property spring.thymeleaf.content-type
是的,现在使用properties文件配置thymealeaf的上下文类型推荐使用
spring.thymeleaf.servlet.content-type=text/html
其实现在springboot配置更推荐使用yml文件,相比properties文件,yml配置上更简便,你可以百度了解下,希望可以帮到你。