From ef14ac019680100e5ea937810c0bf2124ec24c0a Mon Sep 17 00:00:00 2001 From: xuxin <840198532@qq.com> Date: Sat, 20 Sep 2025 15:50:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82-=E7=AE=80=E5=8D=95=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E8=8E=B7=E5=8F=96?= 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-req-resp/src/main/resources/application.properties diff --git a/springboot-web-req-resp/src/main/resources/application.properties b/springboot-web-req-resp/src/main/resources/application.properties new file mode 100644 index 0000000..e52b498 --- /dev/null +++ b/springboot-web-req-resp/src/main/resources/application.properties @@ -0,0 +1,3 @@ +# 应用服务 WEB 访问端口 +server.port=8080 +