jiangping
2025-06-17 64fa2c33cd645e86d4e2a8c34c7881ea4aa678cf
server/src/main/resources/application.yml
@@ -9,7 +9,7 @@
spring:
  profiles:
    active: test
    active: dev
  # JSON返回配置
  jackson:
    # 默认时区
@@ -22,6 +22,10 @@
    auto-startup: true
    # 调度器名称
    scheduler-name: EvaScheduler
  servlet:
    multipart:
      max-file-size: 50MB
      max-request-size: 50MB
# MyBatis配置
mybatis-plus:
@@ -29,7 +33,8 @@
  configuration:
    map-underscore-to-camel-case: true
    log-impl: com.doumee.config.mybatis.DmStdOutImpl
#    log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
#    log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
# 缓存内容设置
@@ -57,7 +62,7 @@
# 日志配置
logback:
  level: INFO
  level: ERROR
  appender: ${project.env}
# dao层的日志设置为debug,方便查看sql
logging:
@@ -67,7 +72,7 @@
    com.doumee.dao.system.SystemJobListMapper: ERROR
    com.doumee.dao.system.SystemJobSnippetMapper: ERROR
    com.doumee.dao.system.SystemJobLogMapper: ERROR
    com.doumee.dao.business: DEBUG
    com.doumee.dao.business: ERROR
auth:
  jwt:
    enabled: true   #是否开启JWT登录认证功能