最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Consider defining a bean of type ‘com.netflix.discovery.AbstractDiscoveryClientOptionalArgs‘ in your

运维笔记admin16浏览0评论

今天搭建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

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论