疯狂的狮子li
2022-03-04 46fa404d83317496cb7f7b36b62da7335d746da3
ruoyi-admin/src/main/resources/application.yml
@@ -5,7 +5,7 @@
  # 版本
  version: ${ruoyi-vue-plus.version}
  # 版权年份
  copyrightYear: 2021
  copyrightYear: 2022
  # 实例演示开关
  demoEnabled: true
  # 获取ip地址开关
@@ -79,6 +79,10 @@
  thymeleaf:
    # 将系统模板放置到最前面 否则会与 springboot-admin 页面冲突
    template-resolver-order: 1
  mvc:
    pathmatch:
      # 适配 boot 2.6 路由与 springfox 兼容
      matching-strategy: ANT_PATH_MATCHER
  jackson:
    # 日期格式化
    date-format: yyyy-MM-dd HH:mm:ss
@@ -138,8 +142,6 @@
    - /*/api-docs
    # druid 监控配置
    - /druid/**
  # 用户放行
  permit-all:
    # actuator 监控配置
    - /actuator
    - /actuator/**
@@ -208,6 +210,8 @@
      updateStrategy: NOT_NULL
      # 字段验证策略之 select,在 select 的时候的字段验证策略既 wrapper 根据内部 entity 生成的 where 条件
      where-strategy: NOT_NULL
      # 对 mysql 的字段做格式化 防止出现系统关键字
      column-format: "`%s`"
# Swagger配置
swagger:
@@ -239,6 +243,10 @@
  enable: true
  # 是否开启生产环境保护策略
  production: @knife4j.production@
  basic:
    enable: true
    username: ruoyi
    password: 123456
  # 前端Ui的个性化配置属性
  setting:
    # 默认语言