freemarker属性配置:

spring.freemarker.allow-request-override=false # Set whether HttpServletRequest attributes are allowed to override (hide) controller generated model attributes of the same name.
spring.freemarker.allow-session-override=false # Set whether HttpSession attributes are allowed to override (hide) controller generated model attributes of the same name.
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.
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.
spring.freemarker.expose-spring-macro-helpers=true # Set whether to expose a RequestContext for use by Spring's macro library, under the name "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.
spring.freemarker.request-context-attribute= # Name of the RequestContext attribute for all views.
spring.freemarker.settings.*= # Well-known FreeMarker keys which will be passed to FreeMarker's Configuration.
spring.freemarker.suffix= # Suffix that gets appended to view names when building a 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.

最新文章

  1. iOS 10 推送的简单使用
  2. sql server cross/outer apply 用法
  3. JavaScript正则表达式详解(一)正则表达式入门
  4. 【linux】之相关命令
  5. Java学习笔记(六)
  6. jQuery—一些常见方法(1)【filter(),not(),has(),next(),prev(),find(),eq(),index(),attr(),】
  7. 编写Lex和Yacc
  8. 为《31天成为IT服务达人》征求正式名字
  9. Drupal 7 电子邮件的发送设置 SMTP, Mail System, Mime Mail
  10. akoj-1059-Picture
  11. token的时限多长才合适?
  12. # 20175333曹雅坤《Java程序设计》第七周学习总结
  13. echart 常用配置
  14. [UWP 自定义控件]了解模板化控件(10):原则与技巧
  15. layui表格和弹出框的简单示例
  16. 【译】第24节---Fluent API - 属性映射
  17. Yeoman安装和使用详解
  18. 使用jquery操作session
  19. feed流拉取,读扩散,究竟是啥?
  20. 用js 实现代码获取下拉框的value值

热门文章

  1. 命令行通过入参调用jar包
  2. 一张图了解.Net Core和.NetFx和.Net Standard和Xamarin关系
  3. 使用SVN钩子强制提交日志和限制提交文件类型
  4. [python] - profilers性能分析器
  5. SDU暑期集训排位(8)
  6. HDU-3400Line belt-三分再三分-求距离中要加esp
  7. Codeforces Round #379 (Div. 2) E. Anton and Tree 缩点 树的直径
  8. Mysql的事务及行级锁
  9. java中父类子类静态代码块、构造代码块执行顺序
  10. Day002_LInux基础_常用命令_001