|
@@ -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")
|
|
|
|