rk
8 天以前 44ff584e5dcb3a066d70e4eaaf9f098440a1a5f7
server/visits/openapi/src/main/resources/application.yml
@@ -9,7 +9,7 @@
  #  application:
  #    name: doumeevisit
  profiles:
    active: proHS
    active: test
  # JSON返回配置
  jackson:
@@ -22,19 +22,21 @@
      max-file-size: 200MB
      max-request-size: 200MB
      enabled: true
  main:
    allow-circular-references: true
# MyBatis配置
mybatis-plus:
  mapper-locations: classpath*:/mappers/**/*.xml
  configuration:
    map-underscore-to-camel-case: true
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
    log-impl: com.doumee.config.mybatis.DmStdOutImpl
# 缓存内容设置
cache:
  session:
    # 会话过期时长(s)
    expire: 18000
    expire: 1800
  captcha:
    # 验证码过期时长(s)
    expire: 300