jiangping
2025-05-07 c3aaf28f7316cce12eec007a9f85a96cbcddeec2
server/meeting/meeting_admin/src/main/resources/application.yml
@@ -27,14 +27,14 @@
  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
@@ -54,25 +54,8 @@
# dao层的日志设置为debug,方便查看sql
logging:
  level:
    doumeemes.dao: debug
    com.doumee.dao: debug
knife4j:
  enable: true
  basic:
    enable: true
    username: admin
    password: 111111
  main:
    allow-circular-references: true
# Swagger配置
swagger:
  host:
  title: ${project.name}接口文档
  description: ${project.name}接口文档
  enabled: true
  # 禁用swagger时的重定向地址
  redirect-uri: /
# WEB服务器配置
server: