From 1327e1c4ea4d3bdd71abe8dc25ed637f031078b8 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Sat, 28 Sep 2024 13:35:55 +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 111920822b73065e2322645a3685ca87849f8648. --- sgzb-auth/src/main/resources/bootstrap.yml | 5 ----- sgzb-gateway/src/main/resources/bootstrap.yml | 6 ------ sgzb-modules/sgzb-system/src/main/resources/bootstrap.yml | 6 ------ 3 files changed, 17 deletions(-) diff --git a/sgzb-auth/src/main/resources/bootstrap.yml b/sgzb-auth/src/main/resources/bootstrap.yml index 0d584b2..2c490fd 100644 --- a/sgzb-auth/src/main/resources/bootstrap.yml +++ b/sgzb-auth/src/main/resources/bootstrap.yml @@ -2,11 +2,6 @@ server: port: 49200 -# Spring Boot Actuator V2中风险漏洞处理,禁止远程端口访问 -management: - endpoint: - env: - enabled: false # Spring spring: application: diff --git a/sgzb-gateway/src/main/resources/bootstrap.yml b/sgzb-gateway/src/main/resources/bootstrap.yml index 12a55b8..a590922 100644 --- a/sgzb-gateway/src/main/resources/bootstrap.yml +++ b/sgzb-gateway/src/main/resources/bootstrap.yml @@ -2,12 +2,6 @@ server: port: 49080 -# Spring Boot Actuator V2中风险漏洞处理,禁止远程端口访问 -management: - endpoint: - env: - enabled: false - # Spring spring: application: diff --git a/sgzb-modules/sgzb-system/src/main/resources/bootstrap.yml b/sgzb-modules/sgzb-system/src/main/resources/bootstrap.yml index f895847..28f3f87 100644 --- a/sgzb-modules/sgzb-system/src/main/resources/bootstrap.yml +++ b/sgzb-modules/sgzb-system/src/main/resources/bootstrap.yml @@ -2,12 +2,6 @@ server: port: 49201 -# Spring Boot Actuator V2中风险漏洞处理,禁止远程端口访问 -management: - endpoint: - env: - enabled: false - # Spring spring: application: