This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git


The following commit(s) were added to refs/heads/master by this push:
     new b0cf234  Update application.properties (#575)
b0cf234 is described below

commit b0cf234a5f0d81b577412622e6a0bb4149b2206c
Author: Junior233 <[email protected]>
AuthorDate: Thu Jul 27 17:48:57 2023 +0800

    Update application.properties (#575)
    
    修复配置文件空格错误
---
 .../src/main/resources/application.properties                         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/rocketmq-spring-boot-samples/rocketmq-consume-acl-demo/src/main/resources/application.properties
 
b/rocketmq-spring-boot-samples/rocketmq-consume-acl-demo/src/main/resources/application.properties
index dbf002e..4712dde 100644
--- 
a/rocketmq-spring-boot-samples/rocketmq-consume-acl-demo/src/main/resources/application.properties
+++ 
b/rocketmq-spring-boot-samples/rocketmq-consume-acl-demo/src/main/resources/application.properties
@@ -19,7 +19,7 @@ spring.application.name=rocketmq-consume-acl-demo
 rocketmq.name-server=Endpoint_of_cloud_MQ
 # When set rocketmq.pull-consumer.group and rocketmq.pull-consumer.topic, 
rocketmqTemplate will start lite pull consumer
 # If you do not want to use lite pull consumer, please do not set 
rocketmq.pull-consumer.group and rocketmq.pull-consumer.topic
-rocketmq.pull-consumer.group=my-group1 
+rocketmq.pull-consumer.group=my-group1
 rocketmq.pull-consumer.topic=test
 rocketmq.topic=normal_topic_define_in_cloud_MQ
 
@@ -27,4 +27,4 @@ rocketmq.topic=normal_topic_define_in_cloud_MQ
 demo.rocketmq.transTopic=transaction_topic_define_in_cloud_MQ
 
 rocketmq.consumer.access-key=AK
-rocketmq.consumer.secret-key=SK
\ No newline at end of file
+rocketmq.consumer.secret-key=SK

Reply via email to