Spring Boot 0.5.0.M5 Released
Spring Boot 0.5.0.M5 is available in the Spring repo. Instructions for installing and using are on the project website or in github. Loads of new features including:
- Autoconfigure support for JMS, AMQP, AOP, Mobile, MongoDB
- Simplified
@Grab
usage (see example below) - A test command for Groovy scripts (supporting JUnit and Spock, more detail coming on that in a blog from Greg)
- A new
SpringApplicationBuilder
with support for, amongst other things, application context hierarchies - A new
PropertiesLauncher
that can launch a Java application from properties discovered at runtime (e.g. to set up a classpath from a lib directory) …