An example application that demonstrates basic stateless component usages. See Building Stateless UI.
- set
debug=true
in config.properties - run with
./gradlew appRun
visit http://localhost:8080/zk10-shopping-cart-demo/shoppingCart
Run with ./gradlew war
in terminal
Note: make sure ./build/libs/shopping_cart_demo.war exist.
Run with cd ./docker
in terminal
$ docker-compose up -d
: create and start the containers in background$ docker-compose down -v
: stop and remove the containers with all its volumes
After docker compose start, application can be accessed in http://localhost/shoppingCart
- build with
gradle clean war
- upload to one of test server
- publish with update_war
- Demo code: MIT
- ZK Framework: LGPL