* 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]
|
||
|---|---|---|
| .. | ||
| actuator.groovy | ||
| app.groovy | ||
| integration.groovy | ||
| job.groovy | ||
| runner.groovy | ||
| runner.xml | ||
| template.groovy | ||
| web.groovy | ||