SpringBoot入门-15(springboot配置freemarker使用YML)

Posted newlangwen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot入门-15(springboot配置freemarker使用YML)相关的知识,希望对你有一定的参考价值。

https://blog.csdn.net/fengsi2009/article/details/78879924

application.yml

spring:
  http:
    encoding:
      force: true
      charset: UTF-8
  freemarker:
    allow-request-override: false
    cache: false
    check-template-location: true
    charset: UTF-8
    content-type: text/html; charset=utf-8
    expose-request-attributes: false
    expose-session-attributes: false
    expose-spring-macro-helpers: false
    suffix: .ftl
    template-loader-path: classpath:/templates
  

 

以上是关于SpringBoot入门-15(springboot配置freemarker使用YML)的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot_01_SpringBoot入门

2021版SpringBoot2零基础入门SpringBoot全套完整版

springBoot综合开发

Spring Boot入门

助力SpringBoot自动配置的条件注解ConditionalOnXXX分析--SpringBoo

springboot:web综合开发