官方对spring Io platform的概述:SpringIO是一个构建现代应用程序的内聚版本平台。它是一个模块化的企业级发行版,提供一组经过管理的依赖关系,同时让开发人员完全控制只部署他们需要的部分。SpringIO是100%的开源、精益和模块化的。
<parent>
<groupId>io.spring.platform</groupId>
<artifactId>platform-bom</artifactId>
<version>Cairo-SR7</version>
<relativePath/>
</parent>
或
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.spring.platform</groupId>
<artifactId>platform-bom</artifactId>
<version>Cairo-SR7</version>
<type>pom</type>
<scope>import</scope>
</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 |