This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
CoSharp
/
config
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
add hello-service.yml
Airhead
8 vuotta sitten
vanhempi
6fbe38f6f6
commit
eba388d671
1 muutettua tiedostoa
jossa
16 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
16
0
hello-service.yml
+ 16
- 0
hello-service.yml
Näytä tiedosto
@ -0,0 +1,16 @@
server:
port: 9000
---
spring:
profiles: dev
hello: hello world!
---
spring:
profiles: test
hello: hello world!