疯狂的狮子li
2022-03-04 46fa404d83317496cb7f7b36b62da7335d746da3
ruoyi-admin/src/main/resources/application.yml
@@ -142,8 +142,6 @@
    - /*/api-docs
    # druid 监控配置
    - /druid/**
  # 用户放行
  permit-all:
    # actuator 监控配置
    - /actuator
    - /actuator/**
@@ -212,6 +210,8 @@
      updateStrategy: NOT_NULL
      # 字段验证策略之 select,在 select 的时候的字段验证策略既 wrapper 根据内部 entity 生成的 where 条件
      where-strategy: NOT_NULL
      # 对 mysql 的字段做格式化 防止出现系统关键字
      column-format: "`%s`"
# Swagger配置
swagger: