jiangping
2025-05-07 50c92f73eaa293fc8ef8243f46f7601b05036f9b
server/system_timer/src/main/resources/application.yml
@@ -8,9 +8,7 @@
spring:
  application:
    name: system_timer
  profiles:
    active: dev
    name: systemTimer
  # JSON返回配置
  jackson:
@@ -31,13 +29,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
@@ -64,7 +62,7 @@
  compression:
    enabled: true
    mime-types: application/json
  port: 10010
  port: 10011
  tomcat:
    max-swallow-size: -1
  servlet: