Commit e7d5a8c5 authored by 杨锐's avatar 杨锐

修改mq配置key

parent 9373c324
......@@ -22,13 +22,13 @@ import javax.annotation.Resource;
@Configuration
public class RegisteredNotifyBlackHoleMqConfig {
@Value("${registered.notify.black.hole.rabbitmq.connection.host}")
@Value("${rabbitmq.connection.host}")
private String host;
@Value("${registered.notify.black.hole.rabbitmq.connection.port}")
@Value("${rabbitmq.connection.port}")
private Integer port;
@Value("${registered.notify.black.hole.rabbitmq.connection.user}")
@Value("${rabbitmq.connection.user}")
private String user;
@Value("${registered.notify.black.hole.rabbitmq.connection.password}")
@Value("${rabbitmq.connection.password}")
private String password;
@Value("${registered.notify.black.hole.rabbitmq.connection.virtual-host}")
private String virtualHost;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment