This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
CoSharp
/
config
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Tarik Permintaan
0
Wiki
Jelajahi Sumber
add hello-service.yml
Airhead
8 tahun lalu
induk
6fbe38f6f6
melakukan
eba388d671
1 mengubah file
dengan
16 tambahan dan
0 penghapusan
Tampilan Split
Tampilkan Statistik Diff
16
0
hello-service.yml
+ 16
- 0
hello-service.yml
Tampilan Berkas
@ -0,0 +1,16 @@
server:
port: 9000
---
spring:
profiles: dev
hello: hello world!
---
spring:
profiles: test
hello: hello world!