From 0d18e536f02cac386c5eec05f4ba790a1bbf57e5 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Tue, 29 Apr 2025 16:14:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3swagger=E7=94=9F=E6=88=90?= =?UTF-8?q?=E6=96=87=E6=A1=A3=EF=BC=8C=E5=8F=82=E6=95=B0=E4=B9=B1=E7=A0=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= 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