环境:

IDEA

maven3.0

springboot2.2.0

 

特别注意springboot的版本,1.0和2.0有很大区别

解决办法:

pom添加:

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

相关文章:

  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2021-06-10
  • 2021-05-28
  • 2021-04-02
猜你喜欢
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2021-04-25
相关资源
相似解决方案