From bf144316f5bbd9bd442123ab8d8e5be4f9e42602 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 07 Dec 2021 15:59:27 +0800 Subject: [PATCH] 20211207 fish --- src/main/resources/application.yml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index a894f07..7694e70 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -72,10 +72,10 @@ ## 连接超时时间(毫秒) timeout: 30000 rabbitmq: - host: 154.91.195.155 + host: 120.27.238.55 port: 5672 - username: abc_user - password: abc123 + username: ct_rabbit + password: 123456 publisher-confirm-type: correlated -- Gitblit v1.9.1