From 4715b1787c85a2186b9c0c43222b64b63c58459b Mon Sep 17 00:00:00 2001
From: czkh <czkh@163.com>
Date: 星期五, 05 十二月 2025 16:43:38 +0800
Subject: [PATCH] #1
---
src/main/resources/application.yml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0cf9f7b..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
@@ -40,7 +43,7 @@
#License鐩稿叧閰嶇疆
license:
- subject: rqdzasrs
+ subject: czkhasrs
publicAlias: publicCert
storePass: public_zhongyang_123456789
licensePath: license.lic
--
Gitblit v1.9.1