[SpringBoot-Dubbo] 报错 Current Spring Boot Application is await...

[Dubbo] Current Spring Boot Application is await...

这个时候Tomcat还没有启动

可能是缺少web相关依赖。

引入web依赖

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>

 

posted @ 2022-11-17 13:37  NetUSA  阅读(1236)  评论(0)    收藏  举报