Parcourir la source

add hello-service.yml

Airhead il y a 8 ans
Parent
commit
eba388d671
1 fichiers modifiés avec 16 ajouts et 0 suppressions
  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!