部署流程

成長中的丫頭 2012-06-26
ZipInputStream zis = new ZipInputStream(this.getClass().getResourceAsStream("D:/pro.zip"));
		
Configuration.getProcessEngine().getRepositoryService().createDeployment().addResourcesFromZipInputStream(zis).deploy();


我要发布的流程定义打包在了D盘下(路径由用户决定),路径该怎么写啊?
成長中的丫頭 2012-06-26
(⊙o⊙)…晓得了已经
Global site tag (gtag.js) - Google Analytics