浏览代码

修改pom

yumeng 4 天之前
父节点
当前提交
8636df111f
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -82,6 +82,13 @@
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <version>${spring-boot.version}</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>repackage</goal>
+                        </goals>
+                    </execution>
+                </executions>
                 <configuration>
                     <profiles>
                         <profile>${profileActive}</profile>