[general] Add database test

This commit is contained in:
samnyan
2020-12-25 14:16:55 +08:00
parent ff5eab48c7
commit 1ccba38aee
12 changed files with 1105 additions and 11 deletions

View File

@@ -84,11 +84,6 @@
<artifactId>mariadb-java-client</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>