application.yml 612 B

12345678910111213141516171819
  1. spring:
  2. # freemarker配置
  3. freemarker:
  4. charset: UTF-8
  5. suffix: .ftl
  6. content-type: text/html; charset=utf-8
  7. template-loader-path: classpath:/templates
  8. # SqlFly的配置 (请从代码中配置)
  9. # sqlfly:
  10. # driver-class-name: com.mysql.jdbc.Driver
  11. # url: jdbc:mysql://127.0.0.1:3306/sp-dev?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=UTC
  12. # username: root
  13. # password: root
  14. # # 是否启用连接池
  15. # ispool: false
  16. # # 是否控制台打印日志
  17. # printSql: true