1
0

feat: 数据库转移到mysql

This commit is contained in:
2025-09-29 13:49:54 +08:00
parent 026c72c4de
commit 9e9f65da76
2 changed files with 8 additions and 3 deletions

View File

@@ -58,6 +58,11 @@
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<dependencyManagement>