解决swagger生成文档,参数乱码问题

pull/8226/head
JEECG 2025-04-29 16:14:51 +08:00
parent 21392c44f8
commit 0d18e536f0
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
springdoc.auto-tag-classes: false
springdoc.packages-to-scan: org.jeecg
springdoc.packages-to-scan: org.jeecg
springdoc.default-flat-param-object: true