From 5facd548b4c1a636b88becce4c3c7957f9f96b65 Mon Sep 17 00:00:00 2001 From: shaowenhao <3121640096@qq.com> Date: Wed, 1 Nov 2023 21:29:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=81=E8=A3=85=E5=85=85=E5=80=BC=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E7=B1=BB=E9=85=8D=E7=BD=AE=E7=B1=BB=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/bootstrap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml index a17080b..ecaabdc 100644 --- a/src/main/resources/bootstrap.yml +++ b/src/main/resources/bootstrap.yml @@ -1,6 +1,6 @@ # Tomcat server: - port: 9090 + port: 9001 # Spring spring: @@ -11,7 +11,7 @@ spring: max-request-size: 128MB application: # 应用名称 - name: health-mybasicTwo + name: health-mybasic profiles: # 环境配置 active: dev