欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

zk plugin for grails 博客分类: grails grailszk 

程序员文章站 2024-03-20 00:03:10
...
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.
相关标签: grails zk