Explorar el Código

add rabbit mq config

Airhead hace 7 años
padre
commit
0d8d90160a
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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