Spring Cloud与Spring Boot的版本对应

Posted 谷哥的小弟

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Cloud与Spring Boot的版本对应相关的知识,希望对你有一定的参考价值。


版权声明

  • 本文原创作者:谷哥的小弟
  • 作者博客地址:http://blog.csdn.net/lfdfhl

背景概述

在微服务开发过程中需要注意Spring Cloud与Spring Boot的版本对应。否则,很可能因为兼容性问题而报错,例如:导入jar包失败、未找到服务类、数据丢失等等。

因此,Spring Cloud官方文档明确指出了Spring Cloud与Spring Boot的版本对应关系:

以上对应关系,请开发者务必注意。

Spring Cloud Dalston, Edgware, Finchley, and Greenwich have all reached end of life status and are no longer supported。

其中,Spring Cloud对于Dalston、 Edgware、Finchley、Greenwich已不再维护和提供技术支持亦不 推荐再使用。

以上是关于Spring Cloud与Spring Boot的版本对应的主要内容,如果未能解决你的问题,请参考以下文章