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

原因

服务启动顺序错误
http://localhost:8083/pageList/1/2拉取不到结果
启动了第一个再启动的第二个,导致前者没有关联起第一个
可以参考https://blog.csdn.net/qq_38974638/article/details/116483499

上一篇:php中的雷同方法


下一篇:Python基础之:Python中的类