240 发简信
IP属地:浙江
  • @王疏蔬 org.springframework.beans.factory.BeanCreationException: 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 com.bi.cloud.service.UserService. No provider available for the service com.bi.cloud.service.UserService from the url spring-cloud://192.168.221.37:9090/org.apache.dubbo.registry.RegistryService?application=bi-cloud-gateway&dubbo=2.0.2&init=false&interface=com.bi.cloud.service.UserService&methods=userInfo&pid=2880&qos.enable=false&register.ip=192.168.221.37&release=2.7.6&side=consumer&sticky=false&timestamp=1655708026851 to the consumer 192.168.221.37 use dubbo version 2.7.6
    同样是找不到userService的问题 我也加了@Service注解

    微服务 Spring Cloud Alibaba 项目搭建(五、gateway 网关子模块创建)

    一、项目 - New - Module 二、选择Maven - jdk- Next 三、修改Name为gateway - 查看GroupId是否正确 - Finish 四、修...