From cb18a3efd7782776e1293212714f927585ad7c13 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Tue, 15 Jul 2025 15:47:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E5=8F=91=E7=89=88?= =?UTF-8?q?=E9=85=8D=E7=BD=AE6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sa-admin/src/main/resources/prod/application.yaml | 2 +- sa-common/src/main/resources/prod/sa-common.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sa-admin/src/main/resources/prod/application.yaml b/sa-admin/src/main/resources/prod/application.yaml index d866a72..35fa14a 100644 --- a/sa-admin/src/main/resources/prod/application.yaml +++ b/sa-admin/src/main/resources/prod/application.yaml @@ -5,7 +5,7 @@ server: spring: profiles: - active: "prod" + active: "@profiles.active@" data: redis: host: '139.155.127.177' diff --git a/sa-common/src/main/resources/prod/sa-common.yaml b/sa-common/src/main/resources/prod/sa-common.yaml index 84b3d91..e31a848 100644 --- a/sa-common/src/main/resources/prod/sa-common.yaml +++ b/sa-common/src/main/resources/prod/sa-common.yaml @@ -19,6 +19,8 @@ spring: enabled: false method: pointcut: net.lab1024.sa..*Service.* + profiles: + active: "@profiles.active@" # mvc swagger bugfix mvc: