This is an automated email from the ASF dual-hosted git repository.
walking98 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 ef63a5a update README
new b9150ef Merge pull request #102 from walking98/patch-2
ef63a5a is described below
commit ef63a5a7b5f49425c103f443f6dfb177b2e364f8
Author: Kevin Wang <wiseking.wq@gmail.com>
AuthorDate: Thu Jul 11 11:31:01 2019 +0800
update README
typo
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f8edadc..c7504b8 100644
--- a/README.md
+++ b/README.md
@@ -280,7 +280,7 @@ public class MyConsumer implements RocketMQListener<String> {
1. How to connected many `nameserver` on production environment?
- `rocketmq.name-server` support the configuration of multiple `nameserver`, separated
by `;`. For example: `172.19.0.1: 9876; 172.19.0.2: 9876`
+ `rocketmq.name-server` support the configuration of multiple `nameserver`, separated
by `;`. For example: `172.19.0.1:9876; 172.19.0.2:9876`
1. When was `rocketMQTemplate` destroyed?
@@ -403,4 +403,4 @@ public class MyConsumer implements RocketMQListener<String> {
public class MyNameServerConsumer implements RocketMQListener<String> {
...
}
- ```
\ No newline at end of file
+ ```
|