jiangping
2023-09-08 954d172bf6b6e4308be02b4d67f10a26be1397ac
server/platform/src/main/resources/application.yml
@@ -24,6 +24,7 @@
      max-file-size: 200MB
      max-request-size: 200MB
      enabled: true
# MyBatis配置
mybatis-plus:
  mapper-locations: classpath*:/mappers/**/*.xml
@@ -40,14 +41,12 @@
    # 验证码过期时长(s)
    expire: 300
# 跟踪日志
trace:
  # 开启智能跟踪模式
  smart: true
  # 排除跟踪的URL正则
  exclude-patterns: .+/list[a-zA-Z0-9\-\_]*$, .+/tree[a-zA-Z0-9\-\_]*$, .+/page[a-zA-Z0-9\-\_]*$, .+/all[a-zA-Z0-9\-\_]*$, /swagger-resources.*
# 日志配置
logback: