报错
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