From d99d43172d8b057a05e475b02d7914fe03663e50 Mon Sep 17 00:00:00 2001 From: lishangbu Date: Sat, 4 Apr 2020 13:55:34 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20Changing=20configuration=20files.?= =?UTF-8?q?=E4=BF=AE=E6=94=B9actived=E6=A0=B9=E6=8D=AE=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E7=9A=84maven=20profiles=E5=8A=A8=E6=80=81=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pig-auth/src/main/resources/bootstrap.yml | 2 +- pig-gateway/src/main/resources/bootstrap.yml | 2 +- pig-monitor/src/main/resources/bootstrap.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pig-auth/src/main/resources/bootstrap.yml b/pig-auth/src/main/resources/bootstrap.yml index c838d450..3dd1e40a 100755 --- a/pig-auth/src/main/resources/bootstrap.yml +++ b/pig-auth/src/main/resources/bootstrap.yml @@ -14,5 +14,5 @@ spring: shared-configs: - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} profiles: - active: dev + active: @profiles.active@ diff --git a/pig-gateway/src/main/resources/bootstrap.yml b/pig-gateway/src/main/resources/bootstrap.yml index 0a0d2316..36a858c4 100755 --- a/pig-gateway/src/main/resources/bootstrap.yml +++ b/pig-gateway/src/main/resources/bootstrap.yml @@ -14,6 +14,6 @@ spring: shared-configs: - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} profiles: - active: dev + active: @profiles.active@ diff --git a/pig-monitor/src/main/resources/bootstrap.yml b/pig-monitor/src/main/resources/bootstrap.yml index ed44a653..d8fb458b 100755 --- a/pig-monitor/src/main/resources/bootstrap.yml +++ b/pig-monitor/src/main/resources/bootstrap.yml @@ -14,4 +14,4 @@ spring: shared-configs: - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} profiles: - active: dev + active: @profiles.active@