Skip to content

zkoss-demo/zk-cache-busting-on-demand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZK Cache Busting on Demand Example

License

Example project for ZK Small Talk - Cache Busting on Demand

Useful Build Commands

run example

mvn jetty:run

run for development (MD5 cache disabled)

mvn jetty:run -Dzk.example.cachebust.MD5HashInit.cacheEnabled=false

open in browser

http://localhost:8080/

build war

mvn clean package