ソースを参照

springboot打JAR包配置

xueli.xue 8 年 前
コミット
cafe9546cd
共有1 個のファイルを変更した7 個の追加0 個の削除を含む
  1. 7 0
      xxl-job-executor-springboot-example/pom.xml

+ 7 - 0
xxl-job-executor-springboot-example/pom.xml ファイルの表示

@@ -82,6 +82,13 @@
82 82
             <plugin>
83 83
                 <groupId>org.springframework.boot</groupId>
84 84
                 <artifactId>spring-boot-maven-plugin</artifactId>
85
+                <executions>
86
+                    <execution>
87
+                        <goals>
88
+                            <goal>repackage</goal>
89
+                        </goals>
90
+                    </execution>
91
+                </executions>
85 92
             </plugin>
86 93
         </plugins>
87 94
     </build>