From fafc2f1126adede1c05f635795c1b4839dab17aa Mon Sep 17 00:00:00 2001 From: xuxin <840198532@qq.com> Date: Mon, 15 Sep 2025 08:26:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E4=B8=AAspringboot-web?= =?UTF-8?q?=E5=BF=AB=E9=80=9F=E5=85=A5=E9=97=A8=E5=B7=A5=E7=A8=8B-/hello?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 springboot-web-quickstart/src/main/resources/application.properties diff --git a/springboot-web-quickstart/src/main/resources/application.properties b/springboot-web-quickstart/src/main/resources/application.properties new file mode 100644 index 0000000..e52b498 --- /dev/null +++ b/springboot-web-quickstart/src/main/resources/application.properties @@ -0,0 +1,3 @@ +# 应用服务 WEB 访问端口 +server.port=8080 +