mq配置文件
This commit is contained in:
parent
9269231ee6
commit
cb730c3d3f
|
|
@ -1,4 +1,4 @@
|
|||
package com.czg.controller.admin;
|
||||
package com.czg.controller;
|
||||
|
||||
import com.czg.entity.resp.*;
|
||||
import com.czg.resp.CzgResult;
|
||||
|
|
@ -19,6 +19,13 @@ spring:
|
|||
discovery:
|
||||
server-addr: 121.40.109.122:8848
|
||||
namespace: 237e1905-0a66-4375-9bb6-a51c3c034aca
|
||||
rabbitmq:
|
||||
host: 121.40.109.122
|
||||
port: 5672
|
||||
username: chaozg
|
||||
password: chaozg123
|
||||
|
||||
|
||||
|
||||
dubbo:
|
||||
application:
|
||||
|
|
@ -34,3 +41,6 @@ dubbo:
|
|||
threads: 20
|
||||
threadpool: fixed
|
||||
|
||||
|
||||
rabbitmq:
|
||||
prefix: test_
|
||||
Loading…
Reference in New Issue