zhongrj
2024-05-29 a5fac95408a43ad43de9d88c30d06c0918c7bc8f
src/main/resources/application.yml
@@ -48,6 +48,21 @@
        session-stat-max-count: 10
  main:
    allow-circular-references: true
  freemarker:
    # 模板后缀名
    suffix: .ftl
    # 文档类型
    content-type: text/html
    # 页面编码
    charset: UTF-8
    # 页面缓存
    cache: false
    # 模板路径
    template-loader-path: classpath:/templates/
  web:
    # 资源路径
    resources:
      static-locations: classpath:/static/
  #邮件配置
  mail:
    # 配置 SMTP 服务器地址
@@ -229,6 +244,8 @@
    #接口放行
    skip-url:
      - /blade-test/**
      - /oauth/**
      - /login
    #授权认证配置
    auth: