From 5996a0b532f499679c31afc78558689c957ef14c Mon Sep 17 00:00:00 2001 From: HuangHuiKang Date: Thu, 21 May 2026 16:54:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=B3=E9=97=AD=E7=BA=BF=E4=B8=8A?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=96=87=E6=A1=A3=E8=AE=BF=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-server/src/main/resources/application.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yudao-server/src/main/resources/application.yaml b/yudao-server/src/main/resources/application.yaml index fb3a8c322..33974fb04 100644 --- a/yudao-server/src/main/resources/application.yaml +++ b/yudao-server/src/main/resources/application.yaml @@ -40,15 +40,15 @@ server: springdoc: api-docs: - enabled: true + enabled: false path: /v3/api-docs swagger-ui: - enabled: true + enabled: false path: /swagger-ui default-flat-param-object: true # 参见 https://doc.xiaominfo.com/docs/faq/v4/knife4j-parameterobject-flat-param 文档 knife4j: - enable: true + enable: false setting: language: zh_cn