From 855afdc0adb8dff179fbedae8ca4fa5c6492368a Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期五, 05 十二月 2025 18:00:30 +0800
Subject: [PATCH] #1
---
src/main/resources/application.yml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 474bd63..945dfab 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -24,6 +24,9 @@
multipart:
maxFileSize: 100MB
maxRequestSize: 100MB
+ enabled: true
+ file-size-threshold: 0B
+ location: D:\
mybatis-plus:
mapper-locations: classpath:mapper/*.xml
--
Gitblit v1.9.1