spring-boot/spring-boot-samples/spring-boot-sample-web-groovy-templates/README.adoc

7 lines
347 B
Plaintext
Raw Permalink Normal View History

2014-06-07 13:16:20 +08:00
This sample application uses Spring Boot and
https://docs.groovy-lang.org/latest/html/documentation/#_the_markuptemplateengine[Groovy templates]
2014-06-07 13:16:20 +08:00
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.*''.