9 lines
159 B
YAML
9 lines
159 B
YAML
server:
|
|
port: 8080
|
|
|
|
spring:
|
|
application:
|
|
name: kamco-gukyuin-label
|
|
profiles:
|
|
active: prod # 사용할 프로파일 지정 (ex. dev, prod, test)
|