From 45b922e93d8cf867a46f15d1db30c7e380e965b1 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 24 Nov 2020 10:25:48 +0800 Subject: [PATCH] modify --- src/main/resources/application-test.yml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 1a35c7c..3b0c853 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -72,10 +72,10 @@ ## 连接超时时间(毫秒) timeout: 30000 rabbitmq: - host: 47.114.114.219 + host: 120.27.238.55 port: 5672 - username: roc_user - password: roc123456 + username: ct_rabbit + password: 123456 publisher-confirm-type: correlated -- Gitblit v1.9.1