Example ZK project to show model & template techniques
run jetty using gretty-plugin
./gradlew appRun
run jetty using jetty-runner (faster startup)
./gradlew startJettyRunner
http://localhost:8080/zk-template-examples
build war
./gradlew war
- Demo Code - Apache License 2.0