소스 검색

add hello-service.yml

Airhead 8 년 전
부모
커밋
eba388d671
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      hello-service.yml

+ 16 - 0
hello-service.yml

@ -0,0 +1,16 @@
server:
  port: 9000
---
spring:
  profiles: dev
hello: hello world!
---
spring:
  profiles: test
hello: hello world!