From 5f791ee82a1df13851d6646479c68dda21f1c2e3 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Mon, 06 Nov 2017 16:35:05 +0800
Subject: [PATCH] 修改MQ登录密码
---
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