From 56b91316752ba8b656eecdfc15b8459f51c6e380 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Tue, 22 Jul 2025 09:50:22 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90online=E3=80=91=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=90=9C=E7=B4=A2+=E5=B8=A6=E6=9D=A1=E4=BB=B6=E8=A1=A8?= =?UTF-8?q?=E5=AD=97=E5=85=B8=EF=BC=8C=E6=8A=A5=E9=94=99400?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecg-system-start/src/main/resources/application-dev.yml | 1 + .../jeecg-system-start/src/main/resources/application-dm8.yml | 1 + .../src/main/resources/application-kingbase8.yml | 1 + .../jeecg-system-start/src/main/resources/application-prod.yml | 1 + .../jeecg-system-start/src/main/resources/application-test.yml | 1 + 5 files changed, 5 insertions(+) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index 6377ef1a6..aa24ab3f3 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -1,6 +1,7 @@ server: port: 8080 undertow: + decode-url: true # 启用URL解码 # max-http-post-size: 10MB # 平替 tomcat server.tomcat.max-swallow-siz, undertow该值默认为-1 worker-threads: 16 # 4核CPU标准配置 buffers: diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml index e8a1820a7..f8f319b96 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml @@ -1,6 +1,7 @@ server: port: 8080 undertow: + decode-url: true # 启用URL解码 # max-http-post-size: 10MB # 平替 tomcat server.tomcat.max-swallow-siz, undertow该值默认为-1 worker-threads: 16 # 4核CPU标准配置 buffers: diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml index 2ccfb69d1..45bc0a3ca 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml @@ -1,6 +1,7 @@ server: port: 8080 undertow: + decode-url: true # 启用URL解码 # max-http-post-size: 10MB # 平替 tomcat server.tomcat.max-swallow-siz, undertow该值默认为-1 worker-threads: 16 # 4核CPU标准配置 buffers: diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml index a84af34d3..122016b15 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml @@ -1,6 +1,7 @@ server: port: 8080 undertow: + decode-url: true # 启用URL解码 worker-threads: 16 buffers: websocket: 8192 diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml index 676d4d6c4..ca7e356ad 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml @@ -1,6 +1,7 @@ server: port: 8080 undertow: + decode-url: true # 启用URL解码 # 4核CPU标准配置 worker-threads: 16 buffers: