Skip to content

Commit

Permalink
modify wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxxzr committed May 25, 2017
1 parent 9ab7502 commit 8095f94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/wiki/en_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@ The quick start gives very basic example of running server and client on the sam
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-core</artifactId>
<version>0.1.1</version>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-transport-netty</artifactId>
<version>0.1.1</version>
<version>RELEASE</version>
</dependency>

<!-- dependencies blow were only needed for spring-based features -->
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-springsupport</artifactId>
<version>0.1.1</version>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.2.4.RELEASE</version>
<version>RELEASE</version>
</dependency>
```

Expand Down Expand Up @@ -183,7 +183,7 @@ UI backend [http://localhost:8500/ui](http://localhost:8500/ui)
<motan:registry regProtocol="consul" name="my_consul" address="127.0.0.1:8500"/>
```

3. Change the way of service discovery to registry in the configuration of server and client.
3. Change the way of service discovery to service discovery through registry in the configuration of server and client.

server:

Expand Down
10 changes: 5 additions & 5 deletions docs/wiki/zh_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-core</artifactId>
<version>0.2.2</version>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-transport-netty</artifactId>
<version>0.2.2</version>
<version>RELEASE</version>
</dependency>

<!-- only needed for spring-based features -->
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-springsupport</artifactId>
<version>0.2.2</version>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.2.4.RELEASE</version>
<version>RELEASE</version>
</dependency>
```

Expand Down Expand Up @@ -172,7 +172,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.10</version>
<version>RELEASE</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down

0 comments on commit 8095f94

Please sign in to comment.