Browse Source

插件依赖

yingp 7 years ago
parent
commit
5e9ea8966d
1 changed files with 8 additions and 1 deletions
  1. 8 1
      applications/device/device-client/pom.xml

+ 8 - 1
applications/device/device-client/pom.xml

@@ -48,5 +48,12 @@
           <artifactId>httpclient</artifactId>
         </dependency>
     </dependencies>
-
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
 </project>