ソースを参照

增加打包插件

Signed-off-by: 流放深圳 <291987541@qq.com>
流放深圳 11 ヶ月 前
コミット
477edfda28
1 ファイル変更11 行追加0 行削除
  1. 11 0
      licence/client/pom.xml

+ 11 - 0
licence/client/pom.xml

@@ -26,4 +26,15 @@
         </dependency>
     </dependencies>
 
+    <!-- 构建 -->
+    <build>
+        <plugins>
+            <!-- 打包插件 -->
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>