This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
CoSharp
/
config
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
add hello-service.yml
Airhead
8 anos atrás
pai
6fbe38f6f6
commit
eba388d671
1 arquivos alterados
com
16 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
16
0
hello-service.yml
+ 16
- 0
hello-service.yml
Ver arquivo
@ -0,0 +1,16 @@
server:
port: 9000
---
spring:
profiles: dev
hello: hello world!
---
spring:
profiles: test
hello: hello world!