doum
2025-10-09 66b84de58e3efae14c1e258ee716e02ad9557497
server/visits/admin_timer/src/main/resources/application.yml
@@ -7,11 +7,6 @@
spring:
  #  application:
  #    name: doumeevisit
  profiles:
    active: proHS
  # JSON返回配置
  jackson:
    # 默认时区
@@ -30,13 +25,13 @@
  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
@@ -56,13 +51,6 @@
logging:
  level:
    com.doumee.dao: debug
knife4j:
  enable: true
  basic:
    enable: true
    username: admin
    password: 111111
# WEB服务器配置
server: