From 6c1e146bc17c51ed744aa289b20febe339703196 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 11 七月 2022 13:10:41 +0800 Subject: [PATCH] update 优化 docker 部署方式 使用 host 模式简化部署流程 降低使用成本 --- pom.xml | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index c5ed42b..f49ba5a 100644 --- a/pom.xml +++ b/pom.xml @@ -411,8 +411,6 @@ <!-- 鐜鏍囪瘑锛岄渶瑕佷笌閰嶇疆鏂囦欢鐨勫悕绉扮浉瀵瑰簲 --> <profiles.active>local</profiles.active> <logging.level>debug</logging.level> - <knife4j.production>false</knife4j.production> - <endpoints.include>'*'</endpoints.include> </properties> </profile> <profile> @@ -421,8 +419,6 @@ <!-- 鐜鏍囪瘑锛岄渶瑕佷笌閰嶇疆鏂囦欢鐨勫悕绉扮浉瀵瑰簲 --> <profiles.active>dev</profiles.active> <logging.level>debug</logging.level> - <knife4j.production>false</knife4j.production> - <endpoints.include>'*'</endpoints.include> </properties> <activation> <!-- 榛樿鐜 --> @@ -434,8 +430,6 @@ <properties> <profiles.active>prod</profiles.active> <logging.level>warn</logging.level> - <knife4j.production>true</knife4j.production> - <endpoints.include>health, info, logfile</endpoints.include> </properties> </profile> </profiles> -- Gitblit v1.9.3