Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreI'm pleased to announce that Spring Boot v1.3.0.M1 is available now from the Spring milestone repository. This release builds on Spring Framework 4.2.0.RC1 and provides a number of improvements and new features over Spring Boot 1.2. Highlights include:
spring-boot-devtools
module with support for automatic restart, LiveReload and remote update.sudo ln -s /var/myapp/myapp.jar /etc/init.d/myapp
.@EnableAuthorizationServer
, @EnableResourceServer
and @EnableOAuth2Client
annotations.HealthEndpoints
for Elasticsearch, Email and JMS.start
and stop
goals to help with integration testing.For a complete list of changes, and upgrade instructions, see the Spring Boot 1.3 Release Notes on the WIKI and the updated reference documentation.
We'll be releasing milestones at a fairly regular cadence from now on, with an aim to publish 1.3.0.RELEASE
in September (sometime around Spring One). As always, early feedback and bug reports are extremely valuable to us and very welcome.
Thanks again to everyone that has contributed to the release and supported the project.