支持h2数据库

This commit is contained in:
Jerry Yan
2025-06-11 12:54:45 +08:00
parent 98ea5846fe
commit 8848de9d15
6 changed files with 496 additions and 6 deletions

View File

@@ -147,6 +147,12 @@
</dependency>
<!-- h2 -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.3.232</version>
</dependency>
<!-- mysql数据库 -->
<dependency>
<groupId>com.mysql</groupId>