k94314517
2025-04-17 e12f190f8237c93a5054272ccd9f2eb15ac9e48a
server/src/main/resources/application.yml
@@ -9,7 +9,7 @@
spring:
  profiles:
    active: dev
    active: test
  # 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: