From e7a70b43c981c906bde0a145d6667e09d4804580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Sun, 15 Jan 2023 20:04:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7knife4j=E5=88=B04.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maku-server/pom.xml | 37 +++++++++++++++----------- maku-server/src/main/resources/application.yml | 6 +++++ pom.xml | 6 ++--- 3 files changed, 30 insertions(+), 19 deletions(-) diff --git a/maku-server/pom.xml b/maku-server/pom.xml index 8123ad4..6b767ef 100644 --- a/maku-server/pom.xml +++ b/maku-server/pom.xml @@ -20,24 +20,29 @@ maku-boot-new ${revision} - - - - - - - - - - - - - - - + + net.maku + maku-module-quartz + ${revision} + + + net.maku + maku-module-generator + ${revision} + + + net.maku + maku-module-message + ${revision} + + + net.maku + maku-module-monitor + ${revision} + com.github.xiaoymin - knife4j-springdoc-ui + knife4j-openapi3-spring-boot-starter org.springframework.boot diff --git a/maku-server/src/main/resources/application.yml b/maku-server/src/main/resources/application.yml index dddef85..2b986bb 100644 --- a/maku-server/src/main/resources/application.yml +++ b/maku-server/src/main/resources/application.yml @@ -12,6 +12,12 @@ server: cookie: http-only: true +knife4j: + enable: true + setting: + custom-code: 500 + enable-footer-custom: false + spring: # 环境 dev|test|prod profiles: diff --git a/pom.xml b/pom.xml index da621e1..86793e6 100644 --- a/pom.xml +++ b/pom.xml @@ -33,8 +33,8 @@ 1.8 3.5.2 8.1.2.79 - 3.0.3 - 1.6.8 + 4.0.0 + 1.6.9 5.7.22 1.6.2 1.4.2.Final @@ -83,7 +83,7 @@ com.github.xiaoymin - knife4j-springdoc-ui + knife4j-openapi3-spring-boot-starter ${knife4j.version}