springboot 报错nested exception is java.lang.IllegalStateException: Failed to check the status of the service xxxService No provider available for the service

spring:
    dubbo:
#关闭所有服务的启动时检查:(没有提供者时报错) consumer: check:
false timeout: 3000
原文地址:https://www.cnblogs.com/oldzhang1222/p/10650079.html