spring-boot/spring-boot-samples/spring-boot-sample-web-groovy-templates
Stephane Nicoll 23218add90 Polish
2017-12-12 11:57:30 +01:00
..
2017-12-12 11:57:30 +01:00
2017-10-04 16:34:39 -07:00
2015-08-09 09:03:54 +02:00

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.*''.