admin管理员组

文章数量:1026989

今天搭建eureka客户端服务运行时报错,如下图所示

经查阅是因为 下面这个依赖注释了,启用后,运行ok

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

这个AbstractDiscoveryClientOptionalArgs需要两个依赖spring-boot-starter-web,spring-cloud-starter-netflix-eureka-client

今天搭建eureka客户端服务运行时报错,如下图所示

经查阅是因为 下面这个依赖注释了,启用后,运行ok

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

这个AbstractDiscoveryClientOptionalArgs需要两个依赖spring-boot-starter-web,spring-cloud-starter-netflix-eureka-client

本文标签: TypeBeandefiningAbstractDiscoveryClientOptionalArgsdiscovery