Spring IO Platform与spring boot版本对应关系(持续更新)

官方对spring Io platform的概述:SpringIO是一个构建现代应用程序的内聚版本平台。它是一个模块化的企业级发行版,提供一组经过管理的依赖关系,同时让开发人员完全控制只部署他们需要的部分。SpringIO是100%的开源、精益和模块化的。

使用样例

  <parent>
        <groupId>io.spring.platformgroupId>
        <artifactId>platform-bomartifactId>
        <version>Cairo-SR7version>
        <relativePath/>
    parent>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>io.spring.platformgroupId>
                <artifactId>platform-bomartifactId>
                <version>Cairo-SR7version>
                <type>pomtype>
                <scope>importscope>
            dependency>
        dependencies>
    dependencyManagement>

版本对照(关键版本)

Spring IO Platform版本 spring boot 版本 spring cloud 版本
Cairo-SR7 2.0.8.RELEASE Finchley
Cairo-SR6 2.0.7.RELEASE Finchley
Cairo-SR5 2.0.6.RELEASE Finchley
Brussels-SR16 1.5.19.RELEASE Edgware
Brussels-SR15 1.5.18.RELEASE Edgware
Brussels-SR7 1.5.10.RELEASE Edgware

官网地址

https://spring.io/projects/platform#learn

你可能感兴趣的:(springboot,SpringCloud)