master
erzhongxmu 2023-04-13 15:26:50 +08:00
parent 992a57d864
commit 556c7dc38c
1 changed files with 7 additions and 7 deletions

14
pom.xml
View File

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