其他分享
首页 > 其他分享> > http://localhost:8083/pageList/1/2拉取不到结果

http://localhost:8083/pageList/1/2拉取不到结果

作者:互联网

报错

Failed to invoke the method page in the service com.restkeeper.operator.service.IOperatorUserService. No provider available for the service com.restkeeper.operator.service.IOperatorUserService:1.0.0 from registry 192.168.121.131:9090 on the consumer 192.1

原因

服务启动顺序错误

启动了第一个再启动的第二个,导致前者没有关联起第一个
可以参考https://blog.csdn.net/qq_38974638/article/details/116483499

标签:http,service,8083,pageList,IOperatorUserService,报错,operator,restkeeper,com
来源: https://www.cnblogs.com/spacexlxl/p/15878506.html