From 43a6a555a36d3d9edfcb42dc2e58e511a5b2688c Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 28 May 2020 10:38:12 +0800
Subject: [PATCH] 20200528   代码提交

---
 src/main/resources/application.yml |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 7e1d602..8a849c0 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -48,7 +48,7 @@
     ## Redis数据库索引(默认为0)
     database: 1
     ## Redis服务器地址
-    host: 121.40.158.8
+    host: 47.114.114.219
     ## Redis服务器连接端口
     port: 6379
     ## Redis服务器连接密码(默认为空)
@@ -69,6 +69,21 @@
         min-idle: 8
     ## 连接超时时间(毫秒)
     timeout: 30000
+  rabbitmq:
+    host: 120.27.238.55
+    port: 5672
+    username: ct_rabbit
+    password: 123456
+    publisher-confirm-type: correlated
+
+
+#custom:
+#  rabbitmq:
+#    host: 120.27.238.55
+#    port: 5672
+#    username: ct_rabbit
+#    password: 123456
+
 mybatis-plus:
   mapper-locations: classpath:mapper/**/*.xml
 

--
Gitblit v1.9.1