[api] 서버 포트 설정

This commit is contained in:
2026-02-02 16:32:27 +09:00
parent 75d1dc0dff
commit 72e4fff956
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
server:
port: 8001
spring:
application:
name: api
+2
View File
@@ -14,3 +14,5 @@ Application : ${spring.application.name}
Profile : ${spring.profiles.active}
Spring Boot : ${spring-boot.version}
Java : ${java.version}
Port : ${server.port}
PID : ${PID}