Browse Source

add rabbit mq config

Airhead 7 năm trước cách đây
mục cha
commit
0d8d90160a
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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