now available on zkoss/zkspringboot!
(Inspired by zk-spring-boot demo and Create and Run Your First ZK Application with Spring Boot)
Spring Boot Starter
for getting started with ZK
- create a
Spring Boot App
via start.spring.io - add
zk-spring-boot-starter
as dependency - store your zul-pages in folder
src\main\resources\web
- create your spring controller
- not happy with default settings? tweak them via
application.properties
- GO... :)
- zkboot-hello: a basic 'Hello World' demo
- zkboot-zkmax: a websockets-demo
- zkboot-interaction: demo to show how to interact between Spring and ZK
- zkboot-secure: can we use spring-security?
- zkboot-webapp: classic web application...
-
ZK - ZK framework
-
Spring Boot - Spring boot