专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > Web前端

spring boot中thymeleaf惯用配置

发布时间:2010-05-20 14:01:29 文章来源:www.iduyao.cn 采编人员:星星草
spring boot中thymeleaf常用配置
  spring.thymeleaf.cache = true启用模板缓存(开发时建议关闭)spring.thymeleaf.check-template = true检查模板是否存在,然后再呈现spring.thymeleaf.check-template-location = true检查模板位置是否存在spring.thymeleaf.content-type = text/htmlContent-Type值spring.thymeleaf.enabled = true启用MVC Thymeleaf视图分辨率spring.thymeleaf.encoding = UTF-8模板编码spring.thymeleaf.excluded-view-names =应该从解决方案中排除的视图名称的逗号分隔列表spring.thymeleaf.mode = HTML5应用于模板的模板模式。另请参见StandardTemplateModeHandlersspring.thymeleaf.prefix = classpath:/templates/在构建URL时预先查看名称的前缀spring.thymeleaf.suffix = .html构建URL时附加查看名称的后缀spring.thymeleaf.template-resolver-order =链中模板解析器的顺序spring.thymeleaf.view-names =可以解析的视图名称的逗号分隔列表
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: