jiangping
2025-04-22 11e6ed41dac032fd09a793787c4747ab0d1aa9f6
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,6 @@
  configuration:
    map-underscore-to-camel-case: true
    log-impl: com.doumee.config.mybatis.DmStdOutImpl
# 缓存内容设置