소스 검색

add rabbit mq config

Airhead 7 년 전
부모
커밋
0d8d90160a
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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