We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
使用com.storeinc.StoreIncServlet来自动生成增量更新包
1.com.storeinc.StoreIncServlet 依赖fastjson包 2.在web.xml加入: StoreIncServlet StoreIncServlet com.storeinc.StoreIncServlet jsPath /Users/waynelu/storeinc/demo/static/hello/dist/ chunkSize 12 StoreIncServlet /storeinc/*
jsPath:是js存放路径 chunkSize是增量更新块大小
然后访问:http://localhost:8080/testweb/storeinc/main-1.0.6_1.0.7.js 可以得到1.0.6和1.0.7之间的增量文件