Is there a compatibility matrix of Spring-boot and Spring-cloud?

前端 未结 4 2155
轻奢々
轻奢々 2020-12-23 13:27

I am wondering if a compatibility matrix exists between Springboot and Springcloud?

I created a simple project on STS and am running into compatibility issues.

4条回答
  •  臣服心动
    2020-12-23 14:29

    2020 and it still is tedious to find the latest matching versions...

    1. Look up in https://spring.io/projects/spring-cloud the Release Trains table, and choose the Spring Boot version and Spring Cloud Release Train you need.
      Release trains as of 2020-08-05:
    2. Find the latest matching Spring Boot version in https://github.com/spring-projects/spring-boot/releases.
    3. Find the latest matching Spring Cloud Release Train version in https://github.com/spring-cloud/spring-cloud-release/releases

    Another info source is the Spring Blog category "releases": https://spring.io/blog/category/releases, but imho that is a bit ... confusing.

提交回复
热议问题