master
erzhongxmu 2023-04-15 09:33:47 +08:00
parent 556c7dc38c
commit 29282efef1
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -324,12 +324,12 @@
<scope>runtime</scope>
</dependency>
<!-- mysql 合规要求需自己启用-->
<!-- <dependency>-->
<!-- <groupId>mysql</groupId>-->
<!-- <artifactId>mysql-connector-java</artifactId>-->
<!-- <version>${mysql.version}</version>-->
<!-- <scope>runtime</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.version}</version>
<scope>runtime</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.mariadb.jdbc</groupId>-->