Spring Boot 1.1 GA Released
Spring Boot 1.1.1 has been released and is available now from repo.spring.io and maven central. This release will form part of the Spring IO Platform and offers a number of new features and improvements over 1.0. For upgrade instructions and "new and noteworthy" features please see the release notes.
NOTE: Please use v1.1.1 as there was a minor issue with the initial v1.1.0 release
Here are some of the highlights:
Templating Support
Alongside the existing Thymeleaf and JSP support, Additional templating options have been added for Freemarker, Velocity and Groovy. Groovy templates are…