spring-boot/spring-bootstrap-cli/samples
Dave Syer a71bb1c972 [bs-120] Support for groovy templates
* Added GroovyTemplate.template() utility and static import in webapp CLI, so

        @RequestMapping("/")
        @ResponseBody
        String home(Model model) {
           template "home.html", model
        }

    renders the template in /templates/home.html

[Fixes #49832753]
2013-05-21 15:28:00 +01:00
..
actuator.groovy [bs-85] Change name of groovy sample script 2013-05-09 13:14:21 +01:00
app.groovy [bs-19] Medley of changes supporting integration apps 2013-04-29 08:35:01 +01:00
integration.groovy [bs-73] Tweak algorithm for detecting anonymous classes 2013-04-26 12:02:49 +01:00
job.groovy [bs-72], [bs-75] Add Batch plugin features 2013-04-26 07:01:37 +01:00
runner.groovy [bs-29] Support for XML configuration in groovy apps 2013-04-29 16:12:29 +01:00
runner.xml [bs-29] Support for XML configuration in groovy apps 2013-04-29 16:12:29 +01:00
template.groovy [bs-120] Support for groovy templates 2013-05-21 15:28:00 +01:00
web.groovy [bs-62] Add integration tests for CLI samples 2013-04-24 16:09:17 +01:00