From c56fe8e84035685f0ec880ae26bb5179d407b0e4 Mon Sep 17 00:00:00 2001 From: xhxuc Date: Thu, 4 Jun 2020 17:57:49 +0800 Subject: [PATCH] =?UTF-8?q?MQ=E6=B3=A8=E5=85=A5=E5=AD=97=E6=AE=B5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkMQConsumer/src/main/resources/application-dev.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mallinkMQConsumer/src/main/resources/application-dev.yml b/mallinkMQConsumer/src/main/resources/application-dev.yml index 43fb46c06..cf488b44c 100644 --- a/mallinkMQConsumer/src/main/resources/application-dev.yml +++ b/mallinkMQConsumer/src/main/resources/application-dev.yml @@ -74,10 +74,11 @@ spring: virtual-host: / aliyunRocketmq: - accessKeyId: LTAI4G2hFwCBVhxCFbV7nBxf - accessKeySecret: LTAI4G2hFwCBVhxCFbV7nBxf - producerGroupId: GID_P_1 - namesrvAddr: http://MQ_INST_1796289517488555_Bcqaq2is.cn-beijing.mq-internal.aliyuncs.com:8080 + accessKeyId: "LTAI4G2hFwCBVhxCFbV7nBxf" + accessKeySecret: "LTAI4G2hFwCBVhxCFbV7nBxf" + consumerGroupId: "GID_C_1" + producerGroupId: "GID_P_1" + namesrvAddr: "http://MQ_INST_1796289517488555_Bcqaq2is.cn-beijing.mq-internal.aliyuncs.com:8080" aws: clientRegion: cn-northwest-1