jiangping
2024-12-25 db5cab715e0fac78feb081a1ad342b8b9bab2edb
server/visits/admin_timer/src/main/resources/application.yml
@@ -7,11 +7,6 @@
spring:
  #  application:
  #    name: doumeevisit
  profiles:
    active: proHS
  # JSON返回配置
  jackson:
    # 默认时区
@@ -23,6 +18,8 @@
      max-file-size: 200MB
      max-request-size: 200MB
      enabled: true
  main:
    allow-circular-references: true
# MyBatis配置
mybatis-plus:
  mapper-locations: classpath*:/mappers/**/*.xml
@@ -34,7 +31,7 @@
cache:
  session:
    # 会话过期时长(s)
    expire: 18000
    expire: 1800
  captcha:
    # 验证码过期时长(s)
    expire: 300
@@ -54,13 +51,6 @@
logging:
  level:
    com.doumee.dao: debug
knife4j:
  enable: true
  basic:
    enable: true
    username: admin
    password: 111111
# WEB服务器配置
server: