flowable-单元测试-service无法实例化

This commit is contained in:
cuicui
2022-03-12 22:50:59 +08:00
parent e958657373
commit 310591ce36
23 changed files with 1130 additions and 0 deletions

View File

@@ -35,6 +35,19 @@
<artifactId>yudao-spring-boot-starter-test</artifactId>
<scope>test</scope>
</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>