From 6b43061d4dec7c1c99d089cf2e2f6ed56e0cb598 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期三, 01 四月 2026 14:13:37 +0800
Subject: [PATCH] 兼容postgresql
---
start/src/main/resources/application.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/start/src/main/resources/application.yml b/start/src/main/resources/application.yml
index 3f36860..031f912 100644
--- a/start/src/main/resources/application.yml
+++ b/start/src/main/resources/application.yml
@@ -66,9 +66,9 @@
servlet:
multipart:
# 鍗曚釜鏂囦欢澶у皬
- max-file-size: 100MB
+ max-file-size: 1024MB
# 璁剧疆鎬讳笂浼犵殑鏂囦欢澶у皬
- max-request-size: 100MB
+ max-request-size: 1024MB
# 鏈嶅姟妯″潡
devtools:
restart:
--
Gitblit v1.8.0