소스 검색

增加打包插件

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>