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