Skip to content

Commit 1b50b85

Browse files
author
YunaiV
committed
增加 Motan 入门
1 parent 7efaa26 commit 1b50b85

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757

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

lab-63/lab-63-motan-annotations-demo/lab-63-motan-annotations-demo-user-rpc-service-consumer/src/main/resources/motan.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@
1515
<!-- Motan 服务调用方配置。 -->
1616
<!-- <motan:referer id="userRpcService" interface="cn.iocoder.springboot.lab63.rpc.api.UserRpcService" />-->
1717

18+
<motan:annotation />
19+
1820
</beans>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://www.iocoder.cn/Spring-Boot/Motan/?github>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<!-- <module>lab-60</module>-->
7474
<!-- <module>lab-61</module>-->
7575
<!-- <module>lab-62</module>-->
76-
<module>lab-63</module>
76+
<!-- <module>lab-63</module>-->
7777

7878
<!-- Spring Cloud 示例 -->
7979
<!-- <module>labx-01</module>-->

0 commit comments

Comments
 (0)