File tree 4 files changed +6
-3
lines changed
lab-63-motan-annotations-demo/lab-63-motan-annotations-demo-user-rpc-service-consumer/src/main/resources
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 57
57
58
58
* [ 《芋道 Spring Boot Dubbo 入门》] ( http://www.iocoder.cn/Spring-Boot/Dubbo/?github ) 对应 [ lab-30] ( https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-30 )
59
59
* [ 《芋道 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 )
61
62
* 《芋道 Spring Boot WebService 入门》计划中...
62
- * 《芋道 Spring Boot SOFARPC 入门》计划中...
63
63
* 《芋道 Spring Boot gRPC 入门》计划中...
64
64
* 《芋道 Spring Boot RSocket 入门》计划中...
65
65
Original file line number Diff line number Diff line change 15
15
<!-- Motan 服务调用方配置。 -->
16
16
<!-- <motan:referer id="userRpcService" interface="cn.iocoder.springboot.lab63.rpc.api.UserRpcService" />-->
17
17
18
+ <motan : annotation />
19
+
18
20
</beans >
Original file line number Diff line number Diff line change
1
+ < http://www.iocoder.cn/Spring-Boot/Motan/?github >
Original file line number Diff line number Diff line change 73
73
<!-- <module>lab-60</module>-->
74
74
<!-- <module>lab-61</module>-->
75
75
<!-- <module>lab-62</module>-->
76
- <module >lab-63</module >
76
+ <!-- <module>lab-63</module> -- >
77
77
78
78
<!-- Spring Cloud 示例 -->
79
79
<!-- <module>labx-01</module>-->
You can’t perform that action at this time.
0 commit comments