From 2747d0e21a01c25c391cc3b4ba5388d163e4fd40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Sat, 4 Jan 2025 23:05:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3knife4j=E4=B8=8D=E6=94=AF?= =?UTF-8?q?=E6=8C=81springboot3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maku-framework/pom.xml | 6 ++++++ maku-server/src/main/resources/application.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/maku-framework/pom.xml b/maku-framework/pom.xml index bce670f..082ea73 100644 --- a/maku-framework/pom.xml +++ b/maku-framework/pom.xml @@ -32,6 +32,12 @@ com.github.xiaoymin knife4j-openapi3-jakarta-spring-boot-starter + + + org.springdoc + springdoc-openapi-starter-webmvc-ui + 2.7.0 + org.springframework.boot spring-boot-starter-test diff --git a/maku-server/src/main/resources/application.yml b/maku-server/src/main/resources/application.yml index 9a80d11..e75605d 100644 --- a/maku-server/src/main/resources/application.yml +++ b/maku-server/src/main/resources/application.yml @@ -13,7 +13,7 @@ server: http-only: true knife4j: - enable: true + enable: false setting: custom-code: 500 enable-footer-custom: false