This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
CoSharp
/
config
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
add hello-service.yml
Airhead
il y a 8 ans
Parent
6fbe38f6f6
commit
eba388d671
1 fichiers modifiés
avec
16 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
16
0
hello-service.yml
+ 16
- 0
hello-service.yml
Voir le fichier
@ -0,0 +1,16 @@
server:
port: 9000
---
spring:
profiles: dev
hello: hello world!
---
spring:
profiles: test
hello: hello world!