This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
CoSharp
/
config
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
add hello-service.yml
Airhead
hace 8 años
padre
6fbe38f6f6
commit
eba388d671
Se han
modificado 1 ficheros
con
16 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
16
0
hello-service.yml
+ 16
- 0
hello-service.yml
Ver fichero
@ -0,0 +1,16 @@
server:
port: 9000
---
spring:
profiles: dev
hello: hello world!
---
spring:
profiles: test
hello: hello world!