Sfoglia il codice sorgente

修改生产环境配置文件

宋悦 8 anni fa
parent
commit
63c3a2b183
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      cqb-comm-utils/pom.xml

+ 7 - 0
cqb-comm-utils/pom.xml

@@ -39,6 +39,13 @@
             <artifactId>spring-boot-starter-data-mongodb</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.mongodb</groupId>
+            <artifactId>mongo-java-driver</artifactId>
+            <version>3.4.2</version>
+        </dependency>
+
+
         <dependency>
             <groupId>io.springfox</groupId>
             <artifactId>springfox-swagger2</artifactId>