From a41d25685fddea32e64b68a8f413e68bebe0935b Mon Sep 17 00:00:00 2001 From: Krcia <1503175889@qq.com> Date: Wed, 4 Feb 2026 11:27:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=96=B0=E5=A2=9Eapplication=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.properties | 2 +- src/main/resources/application.properties | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 8aea941..41ec9ea 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -3,6 +3,6 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://krcia.top:63306/elysia?serverTimezone=Asia/Shanghai spring.datasource.username=root spring.datasource.password=xiong990416. -#?????? +#???? spring.servlet.multipart.max-file-size=10MB spring.servlet.multipart.max-request-size=10MB \ No newline at end of file diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 779a0d4..791fd3f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1 +1,5 @@ spring.application.name=elysia-server +server.port=4560 +spring.profiles.active=dev +#???? +server.max-http-request-header-size=16KB \ No newline at end of file