From 72e4fff956b99b17028653a0549bcd54bc084258 Mon Sep 17 00:00:00 2001 From: shindw Date: Mon, 2 Feb 2026 16:32:27 +0900 Subject: [PATCH] =?UTF-8?q?[api]=20=EC=84=9C=EB=B2=84=20=ED=8F=AC=ED=8A=B8?= =?UTF-8?q?=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yaml | 2 ++ src/main/resources/banner.txt | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 8a2082b..ad33b63 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,3 +1,5 @@ +server: + port: 8001 spring: application: name: api diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt index f4139a7..879842a 100644 --- a/src/main/resources/banner.txt +++ b/src/main/resources/banner.txt @@ -13,4 +13,6 @@ Application : ${spring.application.name} Profile : ${spring.profiles.active} Spring Boot : ${spring-boot.version} -Java : ${java.version} \ No newline at end of file +Java : ${java.version} +Port : ${server.port} +PID : ${PID}