Sfoglia il codice sorgente

add hello-service.yml

Airhead 8 anni fa
parent
commit
eba388d671
1 ha cambiato i file con 16 aggiunte e 0 eliminazioni
  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!