Spring Boot 1.0.0.RC2 Released
The second release candidate for Spring Boot 1.0.0 has now been released and published to the Spring Maven Repository.
UPDATE: We have released 1.0.0.RC3 earlier than expected to address an unfortunate regression with RC2. Please use RC3 in preference to RC2.
This release incorporates over 40 improvements and fixes. If you are upgrading from RC1, you may need to change some of your import
declarations as we have restructured a few packages with this release.
As well as bug fixes, there are a couple of new noteworthy features:
spring jar
Users of the spring
CLI application can now generate executable JARs directly from .groovy
scripts. Simply run spring jar
…