flowable单元测试

This commit is contained in:
cuicui20210817
2022-05-06 17:47:01 +08:00
parent 0e988ce51d
commit 85426568bf
36 changed files with 1939 additions and 0 deletions

View File

@@ -64,5 +64,18 @@
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-flowable</artifactId>
</dependency>
<!--junit4-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.196</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>