From db39b2092cdb590115400643b9c905ea9f4320b4 Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Mon, 9 Feb 2026 18:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=94=B9=E8=BF=9B=E3=80=91=E7=BA=BF?= =?UTF-8?q?=E4=B8=8A=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 767101d..65b09d3 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,8 +2,8 @@ # spring profiles configuration ######################################### #spring.profiles.active=local -spring.profiles.active=test -#spring.profiles.active=prod +#spring.profiles.active=test +spring.profiles.active=prod ######################################### # 应用服务 WEB 访问端口