spring-boot/spring-bootstrap-cli
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
..
samples [bs-120] Support for groovy templates 2013-05-21 15:28:00 +01:00
src [bs-120] Support for groovy templates 2013-05-21 15:28:00 +01:00
pom.xml [bs-120] Support for groovy templates 2013-05-21 15:28:00 +01:00