Pārlūkot izejas kodu

add hello-service.yml

Airhead 8 gadi atpakaļ
vecāks
revīzija
eba388d671
1 mainītis faili ar 16 papildinājumiem un 0 dzēšanām
  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!