课程
/后端开发
/Java
/SpringBoot开发常用技术整合
deprecated configuration property spring.thymeleaf.content-type
2018-07-19
源自:SpringBoot开发常用技术整合 6-2
正在回答
是的,现在使用properties文件配置thymealeaf的上下文类型推荐使用
spring.thymeleaf.servlet.content-type=text/html
其实现在springboot配置更推荐使用yml文件,相比properties文件,yml配置上更简便,你可以百度了解下,希望可以帮到你。
举报
SpringBoot 极简开发的框架整合利器
1 回答不论是用@Configuration还是@Component都报错
2 回答spring-boot-devtools已经生效,不过修改文件后需要等待一会才生效
3 回答Description: Field resource in com.imooc.controller.HelloContoller required a bean of type 'com.imocc.pojo.Resource' that could not be found. Action: Consider defining a bean of type 'com.imocc.pojo.Resource' in your configuration.
2 回答Cannt resovle Configuration properties restart.include.mapper
1 回答已经注入Resource,那new出来的对象不应该也有数据么?