From 83362e0e96927c80435dd817327ab41ecf1a1d31 Mon Sep 17 00:00:00 2001
From: hly <2783385703@qq.com>
Date: Tue, 12 Aug 2025 14:02:17 +0800
Subject: [PATCH] 1
---
.gitignore | 5 +++++
.idea/jarRepositories.xml | 5 +++++
module-system/src/main/resources/application-dev.yml | 4 ++--
3 files changed, 12 insertions(+), 2 deletions(-)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a1d6cc3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+unpackage
+node_modules
+dist
+.idea
+target
\ No newline at end of file
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
index 6833148..4c64059 100644
--- a/.idea/jarRepositories.xml
+++ b/.idea/jarRepositories.xml
@@ -26,5 +26,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/module-system/src/main/resources/application-dev.yml b/module-system/src/main/resources/application-dev.yml
index 3d8a941..4fe3b29 100644
--- a/module-system/src/main/resources/application-dev.yml
+++ b/module-system/src/main/resources/application-dev.yml
@@ -22,8 +22,8 @@ management:
spring:
servlet:
multipart:
- max-file-size: 100MB
- max-request-size: 100MB
+ max-file-size: 1024MB
+ max-request-size: 1024MB
mail:
host: smtp.qq.com
username: