博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
springboot集成freemarker 配置application.properties详解
阅读量:6334 次
发布时间:2019-06-22

本文共 2399 字,大约阅读时间需要 7 分钟。

#配置freemarker详解#spring.freemarker.allow-request-override=false # Set whether HttpServletRequest attributes are allowed to override (hide) controller generated model attributes of the same name.#设置是否允许HttpServletRequest属性覆盖(隐藏)控制器生成的同名模型属性。#spring.freemarker.allow-session-override=false # Set whether HttpSession attributes are allowed to override (hide) controller generated model attributes of the same name.#设置是否允许HttpSession属性覆盖(隐藏)控制器生成的同名模型属性。#spring.freemarker.cache=false # Enable template caching.#启用模板缓存。#spring.freemarker.charset=UTF-8 # Template encoding.#设置编码格式#spring.freemarker.check-template-location=true # Check that the templates location exists.#检查模板位置是否存在。#spring.freemarker.content-type=text/html # Content-Type value.#内容类型值#spring.freemarker.enabled=true # Enable MVC view resolution for this technology.#为这种技术启用MVC视图解决方案。#spring.freemarker.expose-request-attributes=false # Set whether all request attributes should be added to the model prior to merging with the template.#设置是否应该在与模板合并之前将所有请求属性添加到模型中。#spring.freemarker.expose-session-attributes=false # Set whether all HttpSession attributes should be added to the model prior to merging with the template.#设置是否在与模板合并之前将所有HttpSession属性添加到模型中。#spring.freemarker.expose-spring-macro-helpers=true # Set whether to expose a RequestContext for use by Spring's macro library, under the name "springMacroRequestContext".#设置是否公开RequestContext供Spring宏库使用,名称为“SpringMacroRequestContext”。#spring.freemarker.prefer-file-system-access=true # Prefer file system access for template loading. File system access enables hot detection of template changes.#更喜欢文件系统访问模板加载。文件系统访问允许对模板更改进行热检测。#spring.freemarker.prefix= # Prefix that gets prepended to view names when building a URL.#前缀,用于在构建URL时查看名称#spring.freemarker.request-context-attribute= # Name of the RequestContext attribute for all views.#所有视图的RequestContext属性的名称。#spring.freemarker.settings.*= # Well-known FreeMarker keys which will be passed to FreeMarker's Configuration.#众所周知的FreeMarker密钥将传递给FreeMarker的配置。#spring.freemarker.suffix= # Suffix that gets appended to view names when building a URL.#后缀,该后缀用于在构建URL时查看名称。#spring.freemarker.template-loader-path=classpath:/templates/  # Comma-separated list of template paths.#以逗号分隔的模板路径列表。#spring.freemarker.view-names= # White list of view names that can be resolved.#可以解析的视图名称的白列表。

 

转载于:https://www.cnblogs.com/chbin/p/10635648.html

你可能感兴趣的文章
No!No!No! It's not fashion!
查看>>
艰困之道中学到的经验教训
查看>>
互联网生态建设落地五大挑战——保险科技生态建设 ...
查看>>
进行短视频app开发工作时,可以加入它来保护青少年 ...
查看>>
25G DAC无源高速线缆和25G光模块之间的区别
查看>>
乐乐茶完成近2亿元Pre-A轮融资,祥峰投资领投
查看>>
clickhouse修改时区
查看>>
CSS_定位
查看>>
第二十四章:页面导航(六)
查看>>
百度、长沙加码自动驾驶,湖南阿波罗智行科技公司成立 ...
查看>>
10 个 Linux 中方便的 Bash 别名
查看>>
[Server] 服务器配置SSH登录邮件通知
查看>>
全新 DOCKER PALS 计划上线,带给您不一样的参会体验! ...
查看>>
Android开发之自定义View(二)
查看>>
python爬虫之微打赏(scrapy版)
查看>>
自制操作系统Antz day08——实现内核 (中) 扩展内核
查看>>
poj-1056-IMMEDIATE DECODABILITY(字典)
查看>>
阿里云容器Kubernetes监控(二) - 使用Grafana展现Pod监控数据
查看>>
区块链应用 | 不知道什么时候起,满世界都在谈区块链的事情
查看>>
小程序爆红 专家:对简单APP是巨大打击
查看>>