Parcourir la source

add rabbit mq config

Airhead il y a 7 ans
Parent
commit
0d8d90160a
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      hello-service.yml

+ 5 - 0
hello-service.yml

@ -4,6 +4,11 @@ server:
---
spring:
  profiles: dev
  rabbitmq:
    host: 172.19.103.58
    port: 5672
    username: guest
    password: guest
hello: hello world!xxxx