Spring Boot 1.1.0.M2 Available Now
Spring Boot 1.1.0.M2 is available now in the Spring repositories. There are quite a few new features and plenty of new documentation:
-
Groovy Template and Velocity support for MVC and offline rendering.
-
Big changes to the
HealthIndicator
interface and the existing implementations, e.g. all database backends (like Mongo etc.) have a defaultHealthIndicator
and the Actuator aggregates them all up into a single readout. -
Support for Spring Data Solr and Spring Data Gemfire, and upgrade to the Spring Data Dijkstra release train
-
Support for multiple
DataSources
through a convenient
DataSourceBuilder
abstraction, plus a similar feature for JPA
…