This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
CoSharp
/
config
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
소스 검색
add hello-service.yml
Airhead
8 년 전
부모
6fbe38f6f6
커밋
eba388d671
1개의 변경된 파일
과
16개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
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!