Remove reference to resolved issues in Groovy

This commit is contained in:
Dave Syer
2014-05-20 15:10:57 +01:00
parent 37dea7364f
commit f123fd5a4a

View File

@@ -1,10 +1,7 @@
This sample application uses Spring Boot and
[Groovy templates](http://beta.groovy-lang.org/docs/groovy-2.3.0/html/documentation/markup-template-engine.html)
[Groovy templates](http://beta.groovy-lang.org/docs/groovy-2.3.1/html/documentation/markup-template-engine.html)
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.*".
The templates all use a fixed "layout" implemented anticipating
changes in Groovy 2.3.1 using a custom `BaseTemplate` class
(`LayoutAwareTemplate`).