问答详情
源自:6-2 SpringBoot 整合thymeleaf

deprecated configuration property spring.thymeleaf.content-type已经过时不用了么

deprecated configuration property spring.thymeleaf.content-type

提问者:宝慕林6946724 2018-07-19 17:11

个回答

  • 慕粉9441406
    2018-07-20 15:12:14

    是的,现在使用properties文件配置thymealeaf的上下文类型推荐使用

    spring.thymeleaf.servlet.content-type=text/html

    其实现在springboot配置更推荐使用yml文件,相比properties文件,yml配置上更简便,你可以百度了解下,希望可以帮到你。