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,6 +69,7 @@ compression: enabled: true mime-types: application/json port: 10028 tomcat: max-swallow-size: -1