From eceb78ed7048a98c8c6a3bd5a6cc98011496dc26 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 02 Dec 2020 15:32:58 +0800 Subject: [PATCH] modify --- src/main/resources/application-prodapp.yml | 14 +++----------- 1 files changed, 3 insertions(+), 11 deletions(-) diff --git a/src/main/resources/application-prodapp.yml b/src/main/resources/application-prodapp.yml index 562f37c..f49a148 100644 --- a/src/main/resources/application-prodapp.yml +++ b/src/main/resources/application-prodapp.yml @@ -72,19 +72,11 @@ ## 连接超时时间(毫秒) timeout: 30000 rabbitmq: - host: 120.27.238.55 + host: 114.55.92.106 port: 5672 - username: ct_rabbit - password: 123456 + username: moko_user + password: moko123456 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