spring-boot/spring-boot-samples/spring-boot-sample-web-groo...
Madhura Bhave 1db1c8b03c Validate our own tests work with JUnit5 and the vintage engine
Closes gh-14737

Co-authored-by: Stephane Nicoll <snicoll@pivotal.io>
2019-05-08 16:05:44 +02:00
..
src Validate our own tests work with JUnit5 and the vintage engine 2019-05-08 16:05:44 +02:00
README.adoc Update URL to Groovy Docs 2015-08-09 09:03:54 +02:00
pom.xml Merge branch '2.1.x' 2019-03-19 17:11:45 +00:00

README.adoc

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