spring-boot/spring-boot-samples/spring-boot-sample-web-groovy-templates
Andy Wilkinson fdc63d71fe Use HTTPS when linking to groovy-lang.org
Closes gh-21466
2020-05-15 16:18:23 +01:00
..
src Use HTTPS when linking to groovy-lang.org 2020-05-15 16:18:23 +01:00
pom.xml Merge branch '2.0.x' into 2.1.x 2019-03-19 17:04:41 +00:00
README.adoc Use HTTPS when linking to groovy-lang.org 2020-05-15 16:18:23 +01:00

This sample application uses Spring Boot and
https://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.*''.