Skip to content

Commit

Permalink
增加 Motan 入门
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Jun 11, 2020
1 parent 7efaa26 commit 1b50b85
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@

* [《芋道 Spring Boot Dubbo 入门》](http://www.iocoder.cn/Spring-Boot/Dubbo/?github) 对应 [lab-30](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-30)
* [《芋道 Spring Boot 声明式调用 Feign 入门》](http://www.iocoder.cn/Spring-Boot/Feign/?github) 对应 [lab-58](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-58)
* 《芋道 Spring Boot Motan 入门》计划中...
* [《芋道 Spring Boot SOFARPC 入门》](http://www.iocoder.cn/Spring-Boot/SOFARPC/?github) 对应 [lab-62](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-62)
* [《芋道 Spring Boot Motan 入门》](http://www.iocoder.cn/Spring-Boot/Motan/?github) 对应 [lab-63](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-63)
* 《芋道 Spring Boot WebService 入门》计划中...
* 《芋道 Spring Boot SOFARPC 入门》计划中...
* 《芋道 Spring Boot gRPC 入门》计划中...
* 《芋道 Spring Boot RSocket 入门》计划中...

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@
<!-- Motan 服务调用方配置。 -->
<!-- <motan:referer id="userRpcService" interface="cn.iocoder.springboot.lab63.rpc.api.UserRpcService" />-->

<motan:annotation />

</beans>
1 change: 1 addition & 0 deletions lab-63/《芋道 Spring Boot Motan 入门》.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<http://www.iocoder.cn/Spring-Boot/Motan/?github>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<!-- <module>lab-60</module>-->
<!-- <module>lab-61</module>-->
<!-- <module>lab-62</module>-->
<module>lab-63</module>
<!-- <module>lab-63</module>-->

<!-- Spring Cloud 示例 -->
<!-- <module>labx-01</module>-->
Expand Down

0 comments on commit 1b50b85

Please sign in to comment.