Fork me on GitHub

Eureka Client 注册报 registration status: 204

这是因为缺少依赖导致的,在pom中加入

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

 

重新编译打包就可以了。

posted @ 2020-05-29 14:51  w_wz  阅读(7022)  评论(0)    收藏  举报