记录 Spring boot升级为2.2.4 No message available问题
今天写练习时将springboot升级为2.2.4版本结果出现这个问题解决办法在application.properties文件加上spring.freemarker.suffix=.ftlspring.freemarker.templateEncoding=UTF-8spring.freemarker.templateLoaderPath=classpath:/templates/...
·
今天写练习时将springboot升级为2.2.4版本
结果出现这个问题
解决办法
在application.properties文件加上
spring.freemarker.suffix=.ftl
spring.freemarker.templateEncoding=UTF-8
spring.freemarker.templateLoaderPath=classpath:/templates/
spring.freemarker.content-type=text/html
更多推荐
所有评论(0)