weibocom / motan

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

server端非spring boot,client端配置成spring boot的方式,一直不成功 #621

Open ranguisheng opened 6 years ago

ranguisheng commented 6 years ago

一些原因,motan server端另外一个团队维护还是xml的配置方式,我们这边(client)端现在项目架构改在spring cloud,给motan的部分用demo里的spring boot方式配置了,一直注册不成功,启动也不报错,不知何故

rayzhang0603 commented 6 years ago

可以提供一下具体的配置。这个问题建议先通过注册中心是否注册成功来确定问题是在client侧还是在server侧,然后在进行排查