单元测试由Junit4变更为Junit5

This commit is contained in:
Looly
2024-08-09 14:53:02 +08:00
parent 994ac87ae6
commit 85fc13be04
14 changed files with 87 additions and 61 deletions

View File

@@ -160,10 +160,11 @@
<version>1.7.36</version>
<scope>test</scope>
</dependency>
<!-- H2数据库版本固定2.2.x 支持到JDK8 -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.3.230</version>
<version>2.2.224</version>
<scope>test</scope>
</dependency>
<dependency>