Explorar el Código

add hello-service.yml

Airhead hace 8 años
padre
commit
eba388d671
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. 16 0
      hello-service.yml

+ 16 - 0
hello-service.yml

@ -0,0 +1,16 @@
server:
  port: 9000
---
spring:
  profiles: dev
hello: hello world!
---
spring:
  profiles: test
hello: hello world!