jiangping
2023-09-22 691cbf9350a6e98bfeb3cc2274906da75466bf1d
server/company/src/main/resources/application.yml
@@ -5,13 +5,13 @@
  env: development
#  env: production
server:
  port: 10012
  port: 10022
spring:
#  application:
#  application:git
#    name: doumeemes
  profiles:
    active: dev
    active: pro
  # JSON返回配置
  jackson:
@@ -31,7 +31,6 @@
    map-underscore-to-camel-case: true
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# 缓存内容设置
cache:
  session:
@@ -47,7 +46,6 @@
  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: