This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
CoSharp
/
config
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Browse Source
add hello-service.yml
Airhead
8 năm trước cách đây
mục cha
6fbe38f6f6
commit
eba388d671
1 tập tin đã thay đổi
với
16 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
16
0
hello-service.yml
+ 16
- 0
hello-service.yml
Xem Tập Tin
@ -0,0 +1,16 @@
server:
port: 9000
---
spring:
profiles: dev
hello: hello world!
---
spring:
profiles: test
hello: hello world!