From 17585b4239fba086d31fd92302d0cb47c2198bfc Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 2 Aug 2021 16:07:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8E=BB=E9=99=A4openApi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/application.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index c0e7b296f7..3f819de485 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -26,10 +26,12 @@ mybatis.configuration.map-underscore-to-camel-case=true # knife4j knife4j.enable=true knife4j.setting.enableFooter=false -knife4j.setting.enableFooterCustom=true -knife4j.setting.footerCustomContent=杭州飞致云信息科技有限公司 1.0-b9 +knife4j.setting.enableFooterCustom=false +knife4j.setting.footerCustomContent=fit2cloud 1.0-b9 knife4j.setting.enableSwaggerModels=false knife4j.setting.enableDocumentManage=false +knife4j.setting.enableSearch=false +knife4j.setting.enableOpenApi=false logging.file.path=/opt/dataease/logs/${spring.application.name}