This commit is contained in:
psh
2023-08-18 13:17:55 +08:00
parent 1ffd43af4e
commit c8f2f0e19e
5 changed files with 159 additions and 13 deletions

View File

@@ -214,7 +214,6 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<scope>runtime</scope>
</dependency>
<!-- druid数据源驱动 -->
@@ -387,11 +386,6 @@
<artifactId>easyexcel</artifactId>
<version>2.2.6</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.20</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>