Spring IO brings together the core Spring APIs into a cohesive and versioned foundational Platform for modern applications. On top of this foundation it also provides domain-specific runtimes (DSRs) optimized for specific application types. Please see the Spring IO Platform website for more information.
The Platform will reach the end of its supported life on 9 April 2019. Maintenence releases of both
the Brussels and Cairo lines will continue to be published up until that time. Users of the Platform
are encouraged to start using Spring Boot's dependency management directly, either by using
spring-boot-starter-parent
as their Maven project's parent, or by importing the
spring-boot-dependencies
bom.
How you use the platform depends on whether you're using Maven or Gradle to build your application.
The Platform provides a pom file that you can either import into your application's pom, or use as your application's parent pom. Please refer to the documentation on using the Platform with Maven for more information.
Thanks to the dependency management plugin, Gradle users can also make use of the Platform's pom. Please refer to the documentation on using the Platform with Gradle for more information.
Contributors to this project agree to uphold its code of conduct. Pull requests are welcome. Please see the contributor guidelines for details.
Spring IO Platform is released under version 2.0 of the Apache License.