Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #Porta onde a aplicação será executada
  2. server.port=0
  3.  
  4. #Configurações de conexão com a instância do RabbitMQ
  5. spring.rabbitmq.host=localhost
  6. spring.rabbitmq.port=5672
  7. spring.rabbitmq.username=guest
  8. spring.rabbitmq.password=guest
  9.  
  10. spring.cloud.stream.bindings.input.destination=product-process
  11. spring.cloud.stream.bindings.input.group=product-queue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement