From 9b52bad406ac55915dfbf7261a5182ca90ed275e Mon Sep 17 00:00:00 2001 From: zhangchenbiao Date: Thu, 20 Jul 2023 09:52:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/bootstrap.properties | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/coolstore-partner-webc/src/main/resources/bootstrap.properties b/coolstore-partner-webc/src/main/resources/bootstrap.properties index ed2256673..e54d1e5b3 100644 --- a/coolstore-partner-webc/src/main/resources/bootstrap.properties +++ b/coolstore-partner-webc/src/main/resources/bootstrap.properties @@ -1,8 +1,7 @@ -spring.application.name=hsay-partner-webb +spring.application.name=hsay-partner-webc spring.profiles.active=@profileActive@ - -server.port=31000 -server.servlet.context-path=/partner/pc +server.port=30900 +server.servlet.context-path=/partner/mini/program #logback logging.config=classpath:logback-spring.xml