From 1a726b8b7da87875108887fa3f43c8688f9dacd3 Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Mon, 16 Mar 2026 10:08:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=94=B9=E8=BF=9B=E3=80=91=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=86=85=E7=BD=91=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 76c4960..eebba98 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,9 +1,9 @@ # spring profiles configuration ######################################### -spring.profiles.active=local +#spring.profiles.active=local #spring.profiles.active=test -#spring.profiles.active=prod +spring.profiles.active=prod ######################################### # 应用服务 WEB 访问端口