spring-boot/spring-boot-samples/spring-boot-sample-web-groo...
Phillip Webb d039f43107 Update samples to use @SpringBootApplication
Update the relevant samples to use the new @SpringBootApplication
annotation.

Closes gh-1842
2014-11-06 22:51:09 -08:00
..
src Update samples to use @SpringBootApplication 2014-11-06 22:51:09 -08:00
README.adoc Convert README.md -> README.adoc 2014-06-06 22:56:44 -07:00
pom.xml Merge branch '1.1.x' 2014-07-23 15:57:53 +01:00

README.adoc

This sample application uses Spring Boot and
http://beta.groovy-lang.org/docs/groovy-2.3.1/html/documentation/markup-template-engine.html[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.*''.