From fdbd9c30ac504a20f649ab3d70f9ffd223fbced8 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Sun, 25 May 2025 22:49:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3Swagger3Config=20=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=96=87=E6=A1=A3=E5=8F=82=E6=95=B0=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20#8325?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/config/default-spring-doc.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jeecg-boot/jeecg-boot-base-core/src/main/resources/config/default-spring-doc.properties b/jeecg-boot/jeecg-boot-base-core/src/main/resources/config/default-spring-doc.properties index 91f214b50..002250c54 100644 --- a/jeecg-boot/jeecg-boot-base-core/src/main/resources/config/default-spring-doc.properties +++ b/jeecg-boot/jeecg-boot-base-core/src/main/resources/config/default-spring-doc.properties @@ -1,2 +1,3 @@ springdoc.auto-tag-classes: false -springdoc.packages-to-scan: org.jeecg \ No newline at end of file +springdoc.packages-to-scan: org.jeecg +springdoc.default-flat-param-object: true \ No newline at end of file