Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreOn behalf of the team, it is my pleasure to announce that Spring Boot 2.0.0.M7 has been released and is now available from our milestone repository. This release closes 165 issues and pull requests and continues our progress towards 2.0 GA. Thanks to everyone that has contributed!
This release refines a number of items from previous milestones, and provides a number of notable new features:
5ms
, 1s
, 10m
)If you are upgrading from the previous milestone please be aware that actuator endpoints are now under /actuator
rather than /application
. You will also need to set management.endpoints.web.expose=*
if you want to access all enabled endpoints over HTTP.
For a complete list of changes, and upgrade instructions, see the Spring Boot 2.0.0.M7 Release Notes on the WIKI.
To get started with Spring Boot 2.0.0 M7 and discover those new feature, you can easily bootstrap a new project on start.spring.io.
Project Page | GitHub | Issues | Documentation | Stack Overflow | Gitter