Browse Source

mongodb依赖

wangli 4 years ago
parent
commit
f611163a57
1 changed files with 5 additions and 0 deletions
  1. 5 0
      sms_water/pom.xml

+ 5 - 0
sms_water/pom.xml

@@ -68,6 +68,11 @@
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-amqp</artifactId>
        </dependency>
+	  <!-- mongo db-->
+       <dependency>
+           <groupId>org.springframework.boot</groupId>
+           <artifactId>spring-boot-starter-data-mongodb</artifactId>
+       </dependency>
    </dependencies>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>