We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6705f16 commit d826f6fCopy full SHA for d826f6f
APIJSON-Java-Server/APIJSONBoot-MultiDataSource/pom.xml
@@ -194,11 +194,11 @@
194
<artifactId>databricks-jdbc</artifactId>
195
<version>2.6.25-1</version>
196
</dependency>
197
-<!-- <dependency>-->
198
-<!-- <groupId>org.mongodb</groupId>-->
199
-<!-- <artifactId>mongodb-jdbc</artifactId>-->
200
-<!-- <version>2.0.3</version>-->
201
-<!-- </dependency>-->
+ <dependency>
+ <groupId>org.mongodb</groupId>
+ <artifactId>mongodb-jdbc</artifactId>
+ <version>2.0.3</version>
+ </dependency>
202
<!-- Oracle, SQLServer 等其它数据库的 JDBC 驱动,可以在这里加上 Maven 依赖或 libs 目录放 Jar 包并依赖 -->
203
<!-- 数据库 JDBC 驱动 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->
204
0 commit comments