From f6c3326c4ac5fcfd0c248d5c80d4d5ce6c8c62ad Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Mon, 9 Feb 2026 16:24:32 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=BA=BF=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 访问端口