From 7bcb3001cabf6623a5ef1370025eff4d9666a60e Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Tue, 07 Nov 2017 10:28:22 +0800 Subject: [PATCH] test --- src/main/resources/spring/rabbitmq.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/spring/rabbitmq.xml b/src/main/resources/spring/rabbitmq.xml index b5e0239..487b86d 100644 --- a/src/main/resources/spring/rabbitmq.xml +++ b/src/main/resources/spring/rabbitmq.xml @@ -10,7 +10,7 @@ <bean id="rabbitConnectionFactory" class="org.springframework.amqp.rabbit.connection.CachingConnectionFactory"> <constructor-arg value="116.62.12.115"/> <property name="username" value="guest"/> - <property name="password" value="guest"/> + <property name="password" value="guest_pass"/> <property name="channelCacheSize" value="8"/> <property name="port" value="5672"/> </bean> -- Gitblit v1.8.0