From 11e6ed41dac032fd09a793787c4747ab0d1aa9f6 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 22 四月 2025 08:05:41 +0800
Subject: [PATCH] 代码初始化
---
server/src/main/resources/application.yml | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/server/src/main/resources/application.yml b/server/src/main/resources/application.yml
index 73dc196..f41fa85 100644
--- a/server/src/main/resources/application.yml
+++ b/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
-
# 缂撳瓨鍐呭璁剧疆
--
Gitblit v1.9.3