From 4eb4b44397f0121ddb9000157ce618dfe6e53025 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期四, 23 十月 2025 10:01:09 +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