diff --git a/build.gradle b/build.gradle index 7ef5806..17b90da 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'org.apache.commons:commons-pool2' // 提供 Redis 连接池 implementation 'com.alibaba:druid-spring-boot-starter:1.2.27' // 数据库连接池 implementation 'org.lionsoul:ip2region:2.7.0' // IP 归属地 - implementation 'org.springframework.boot:spring-boot-starter-data-mongodb' // mongodb +// implementation 'org.springframework.boot:spring-boot-starter-data-mongodb' // mongodb compileOnly 'org.projectlombok:lombok' // Lombok developmentOnly 'org.springframework.boot:spring-boot-devtools' // 热重载 runtimeOnly 'com.mysql:mysql-connector-j' // MySQL 驱动