From 8434c9898423968da91d5c0ee341943f7fa2d420 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Sat, 28 Sep 2024 14:03:22 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"springboot=E6=9C=AA=E6=8E=88=E6=9D=83?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E6=BC=8F=E6=B4=9E=E4=BF=AE=E6=94=B9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 79f039f45715a8db71f27188020fcd612e33d005. --- .../sgzb-material/src/main/resources/bootstrap.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/sgzb-modules/sgzb-material/src/main/resources/bootstrap.yml b/sgzb-modules/sgzb-material/src/main/resources/bootstrap.yml index 7c7d1c5..887ac88 100644 --- a/sgzb-modules/sgzb-material/src/main/resources/bootstrap.yml +++ b/sgzb-modules/sgzb-material/src/main/resources/bootstrap.yml @@ -5,11 +5,4 @@ spring: name: sgzb-material profiles: # 环境配置 - active: sgzb_nw_local - - -# Spring Boot Actuator V2中风险漏洞处理,禁止远程端口访问 -management: - endpoint: - env: - enabled: false + active: sgzb_cq_local