|
@@ -147,6 +147,31 @@ public class Application extends WebMvcConfigurerAdapter implements CommandLineR
|
|
|
// .addInputStream("dataPreparation.png", new FileInputStream(new File(basePath + "/dataPreparation.png")))
|
|
|
// .name("dataPreparation")
|
|
|
// .deploy();
|
|
|
+// deployment = repositoryService.createDeployment()
|
|
|
+// .addInputStream("fwSq.bpmn", new FileInputStream(new File(basePath + "/fwSq.bpmn")))
|
|
|
+// .addInputStream("fwSq.png", new FileInputStream(new File(basePath + "/fwSq.png")))
|
|
|
+// .name("服务申请")
|
|
|
+// .deploy();
|
|
|
+// deployment = repositoryService.createDeployment()
|
|
|
+// .addInputStream("fwZc.bpmn", new FileInputStream(new File(basePath + "/fwZc.bpmn")))
|
|
|
+// .addInputStream("fwZc.png", new FileInputStream(new File(basePath + "/fwZc.png")))
|
|
|
+// .name("服务注册")
|
|
|
+// .deploy();
|
|
|
+// deployment = repositoryService.createDeployment()
|
|
|
+// .addInputStream("infoClassZc.bpmn", new FileInputStream(new File(basePath + "/infoClassZc.bpmn")))
|
|
|
+// .addInputStream("infoClassZc.png", new FileInputStream(new File(basePath + "/infoClassZc.png")))
|
|
|
+// .name("信息类注册")
|
|
|
+// .deploy();
|
|
|
+// deployment = repositoryService.createDeployment()
|
|
|
+// .addInputStream("requireInfo.bpmn", new FileInputStream(new File(basePath + "/requireInfo.bpmn")))
|
|
|
+// .addInputStream("requireInfo.png", new FileInputStream(new File(basePath + "/requireInfo.png")))
|
|
|
+// .name("requireInfo")
|
|
|
+// .deploy();
|
|
|
+// deployment = repositoryService.createDeployment()
|
|
|
+// .addInputStream("shareApply.bpmn", new FileInputStream(new File(basePath + "/shareApply.bpmn")))
|
|
|
+// .addInputStream("shareApply.png", new FileInputStream(new File(basePath + "/shareApply.png")))
|
|
|
+// .name("信息类共享")
|
|
|
+// .deploy();
|
|
|
}
|
|
|
|
|
|
@Bean
|