
Given that Spring Boot uses java config accross the board, a new `value` attribute is now aliased to the existing `classes` attribute such that one could write the following: @SpringApplicationConfiguration(MyConfig.class) public class MyTest {} Closes gh-3635
This sample application uses Spring Boot and http://docs.groovy-lang.org/latest/html/documentation/#_the_markuptemplateengine[Groovy templates] in the View layer. The templates for this app live in `classpath:/templates/`, which is the conventional location for Spring Boot. External configuration is available via ``spring.groovy.template.*''.