From 292c0ad945164a954a14e5e447b16d10c83e47a6 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 15 十月 2024 19:08:42 +0800
Subject: [PATCH] 代码初始化
---
server/system_gateway/src/main/resources/application.yml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/server/system_gateway/src/main/resources/application.yml b/server/system_gateway/src/main/resources/application.yml
index a5edc83..6503fa3 100644
--- a/server/system_gateway/src/main/resources/application.yml
+++ b/server/system_gateway/src/main/resources/application.yml
@@ -83,6 +83,7 @@
enabled: true
mime-types: application/json
port: 10010
+
tomcat:
max-swallow-size: -1
servlet:
--
Gitblit v1.9.3