Explorar el Código

修改依赖配置

hubin hace 10 meses
padre
commit
e2f96a5926
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -85,8 +85,8 @@ dependencies {
         // 纯 mysql 运行环境打开该配置排除 PG 依赖
         // exclude group:"org.postgresql", module:"postgresql"
     }
-    // mysql 驱动,纯 PG 环境可删除该依赖
-    implementation("mysql:mysql-connector-java:8.0.33")
+    // mysql 驱动,非 PG 环境打开该依赖
+    // implementation("mysql:mysql-connector-java:8.0.33")
     implementation("com.github.ben-manes.caffeine:caffeine")
     implementation("org.springframework.boot:spring-boot-starter-websocket")