Sfoglia il codice sorgente

流程数据初始化调整

hujie 1 anno fa
parent
commit
01e1ff89f7

+ 25 - 0
cn.com.taiji.myapp/src/main/java/cn/com/taiji/Application.java

@@ -147,6 +147,31 @@ public class Application extends WebMvcConfigurerAdapter implements CommandLineR
 //				.addInputStream("dataPreparation.png", new FileInputStream(new File(basePath + "/dataPreparation.png")))
 //				.addInputStream("dataPreparation.png", new FileInputStream(new File(basePath + "/dataPreparation.png")))
 //				.name("dataPreparation")
 //				.name("dataPreparation")
 //				.deploy();
 //				.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
 	@Bean