From c27807738747c3d43c3626b14ba241789ea0d701 Mon Sep 17 00:00:00 2001 From: gaoqr <13665037151@163.com> Date: Wed, 28 May 2025 17:32:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E9=85=8D=E7=BD=AE=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/bootstrap.yaml | 2 +- .../cf-module-prod-plan-biz/src/main/resources/bootstrap.yaml | 2 +- .../cf-module-system-biz/src/main/resources/bootstrap.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/bootstrap.yaml b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/bootstrap.yaml index 585d01ebd..a89d78d3c 100644 --- a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/bootstrap.yaml +++ b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/bootstrap.yaml @@ -3,7 +3,7 @@ spring: name: executor-server profiles: - active: test + active: local server: port: 48084 diff --git a/cf-module-prod-plan/cf-module-prod-plan-biz/src/main/resources/bootstrap.yaml b/cf-module-prod-plan/cf-module-prod-plan-biz/src/main/resources/bootstrap.yaml index be2c82b9f..d2b120af8 100644 --- a/cf-module-prod-plan/cf-module-prod-plan-biz/src/main/resources/bootstrap.yaml +++ b/cf-module-prod-plan/cf-module-prod-plan-biz/src/main/resources/bootstrap.yaml @@ -3,7 +3,7 @@ spring: name: plan-server profiles: - active: test + active: local server: port: 48085 diff --git a/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml b/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml index d1beef35d..a510fa7c4 100644 --- a/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml +++ b/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml @@ -3,7 +3,7 @@ spring: name: system-server profiles: - active: test + active: local server: port: 48081