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

一个人想着一个人 提交于 2019-12-02 17:34:59

If you follow the quick-start on http://projects.spring.io/spring-cloud/ it tells you the compatible versions. Camden release train is not compatible with Spring Boot 1.5.x

You can also read the release notes for each release which notes compatible component versions:

https://github.com/spring-projects/spring-cloud/wiki/Spring-Cloud-Camden-Release-Notes:

Spring Cloud Camden builds on Spring Boot 1.4.x.

Yes there is: http://start.spring.io/actuator/info

It includes more libraries than just spring-cloud, but not every single one of them.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!