aa
jiangping
2024-08-01 f4f2891ac617aca6e2a5f1dc8f86ba3f054e3392
server/admin/src/main/resources/application.yml
@@ -1,6 +1,6 @@
# 项目信息配置
project:
  name: 志邦业绩数字化赋能后台系统
  name: 志邦业绩数字化赋能小程序
  version: 1.0.0
  env: development
#  env: production
@@ -30,6 +30,7 @@
    map-underscore-to-camel-case: true
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# 缓存内容设置
cache:
  session:
@@ -45,6 +46,7 @@
  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:
@@ -67,9 +69,10 @@
  compression:
    enabled: true
    mime-types: application/json
  port: 10028
  tomcat:
    max-swallow-size: -1
  servlet:
    session:
      timeout: PT3H  #表示12小时
      timeout: PT3H  #表示12小时