疯狂的狮子li
2022-03-04 46fa404d83317496cb7f7b36b62da7335d746da3
ruoyi-admin/src/main/resources/application.yml
@@ -5,13 +5,13 @@
  # 版本
  version: ${ruoyi-vue-plus.version}
  # 版权年份
  copyrightYear: 2021
  copyrightYear: 2022
  # 实例演示开关
  demoEnabled: true
  # 获取ip地址开关
  addressEnabled: true
  # 缓存懒加载
  cacheLazy: true
  cacheLazy: false
captcha:
  # 页面 <参数设置> 可开启关闭 验证码校验
@@ -53,10 +53,6 @@
    org.springframework: warn
  config: classpath:logback.xml
# tlog 全局访问性能拦截
tlog:
  enable-invoke-time-print: true
# Spring配置
spring:
  application:
@@ -83,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
@@ -210,6 +210,8 @@
      updateStrategy: NOT_NULL
      # 字段验证策略之 select,在 select 的时候的字段验证策略既 wrapper 根据内部 entity 生成的 where 条件
      where-strategy: NOT_NULL
      # 对 mysql 的字段做格式化 防止出现系统关键字
      column-format: "`%s`"
# Swagger配置
swagger:
@@ -241,6 +243,10 @@
  enable: true
  # 是否开启生产环境保护策略
  production: @knife4j.production@
  basic:
    enable: true
    username: ruoyi
    password: 123456
  # 前端Ui的个性化配置属性
  setting:
    # 默认语言