spring boot整合dubbo时报出错

Failure to find com.xinshao.springboot:009-springboot-interface:pom:1.0.0 in 404 http://maven.aliyun.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of alimaven has elapsed or updates are forced

使用springboot整合dubbo,provider和consumer的pom文件加入接口工程依赖,运行时报此错误,不使用dubbo时能正常从阿里镜像下依赖,卡了三天了,救救孩子叭

新版本dubbo2.7.9加zookeeper测试demo程序附码云代码地址_为谁_疯狂的博客-CSDN博客 目录一、代码地址:二、实现过程1、新建父项目dubbo-text2、新建子项目dubbo-api3、新建子项目dubbo-provider4、新建子项目dubbo-consumer三、编码和配置1、编写dubbo-api2、编写dubbo-provider(生产者)3、编写dubbo-consumer(消费者)四、启动1、启动zookeeper2、启动provider3、启动consumer五、测试一、代码地址:https://gitee.com/hankeyan555/dubbo-text二、实现过 https://blog.csdn.net/qq_20741133/article/details/115594128
不知道你要整合成什么样,上面链接是我之前做的一个dubbo整合的测试代码,而且有码云地址,可以参考下。