SpringCloud 服务无法向Eureka服务注册中心注册
原创 forever 发表于:2020-04-17 15:14:34
  阅读 :178   收藏   编辑

一般都是少依赖jar包

确定启动类中有

@EnableDiscoveryClient

依赖pom中有

 <dependency>
      <groupId>org.springframework.cloud</groupId>
      <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
  </dependency>