From 5b90d1c246ed9d814905a38e09322f97a53eb11b Mon Sep 17 00:00:00 2001 From: ypj <1468436785@qq.com> Date: Thu, 4 Aug 2022 14:42:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 67c13b2..ee9c1e8 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,3 @@ -logging.level.com.example.demo=debug \ No newline at end of file +logging.level.com.example.demo=debug +servlet.port=8081 \ No newline at end of file -- Gitee From bb90e94b4e7e19700755afb3eb96002ccc84ec69 Mon Sep 17 00:00:00 2001 From: ypj <1468436785@qq.com> Date: Thu, 4 Aug 2022 14:46:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E7=AB=AF?= =?UTF-8?q?=E5=8F=A32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ee9c1e8..1db051c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,3 @@ logging.level.com.example.demo=debug -servlet.port=8081 \ No newline at end of file +server.port=8081 \ No newline at end of file -- Gitee