weibocom / motan

A cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.
Other
5.88k stars 1.78k forks source link

motan 有整合springboot的starter吗 #529

Open shenzhuan opened 7 years ago

shenzhuan commented 7 years ago

dubbo版本的springbooter http://git.oschina.net/catshen/zscat_sw

rayzhang0603 commented 7 years ago

motan支持纯注解配置,支持springboot启动,可以参考wiki 以及 demo模块下的 SpringBootRpcServerDemo、SpringBootRpcClientDemo

swxiao commented 7 years ago

也许能帮到你 https://github.com/swxiao/bubble2