`

zk plugin for grails

阅读更多
1. 在grails项目中BuildConfig.groovy中 添加
   plugins {
       compile ":zk:2.1.0"

2. $ grails create-zul index

will give you

    grails-app/zul/index.zul linked with indexComposer
    grails-app/composers/IndexComposer.groovy, the composer class.

Then $ grails run-app, and point your browser to http://localhost:8080/<your app>/index.zul.
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics