作者大大 这个错误是什么原因造成的 是因为版本兼容性问题吗
Error creating bean with name 'userController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service service.UserService. No provider available for the service service.UserService from the url spring-cloud://localhost:9090/org.apache.dubbo.registry.RegistryService?application=bi-cloud-gateway&dubbo=2.0.2&init=false&interface=service.UserService&methods=userInfo&pid=38032&qos.enable=false®ister.ip=本机IP&release=2.7.6&side=consumer&sticky=false×tamp=1642660536107 to the consumer 本机IP use dubbo version 2.7.6
微服务 Spring Cloud Alibaba 项目搭建(五、gateway 网关子模块创建)一、项目 - New - Module 二、选择Maven - jdk- Next 三、修改Name为gateway - 查看GroupId是否正确 - Finish 四、修...