chore: 添加mysql依赖

V0.5.x
jay 2023-05-08 17:20:53 +08:00
parent fbe2565119
commit 041afdad29
1 changed files with 4 additions and 4 deletions

View File

@ -28,10 +28,10 @@
<artifactId>h2</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>mysql</groupId>-->
<!-- <artifactId>mysql-connector-java</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>