Edgware 版本对应Spring Boot 1.5.x
Finchley 版本对应Spring Boot 2.0.x
Greenwich 版本对应Spring Boot 2.1.x

 

 

<parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.1.0.RELEASE</version>
        <relativePath /> <!-- lookup parent from repository -->
</parent>

 

<!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-dependencies</artifactId>
    <version>Greenwich.SR1</version>
    <type>pom</type>
</dependency>

 

相关文章:

  • 2021-11-19
  • 2021-07-09
  • 2021-12-25
  • 2022-01-18
  • 2022-12-23
猜你喜欢
  • 2021-08-10
  • 2021-11-19
  • 2022-02-28
  • 2022-02-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案