Bladeren bron

springboot打JAR包配置

xueli.xue 8 jaren geleden
bovenliggende
commit
cafe9546cd
1 gewijzigde bestanden met toevoegingen van 7 en 0 verwijderingen
  1. 7 0
      xxl-job-executor-springboot-example/pom.xml

+ 7 - 0
xxl-job-executor-springboot-example/pom.xml

@@ -82,6 +82,13 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>repackage</goal>
+                        </goals>
+                    </execution>
+                </executions>
             </plugin>
         </plugins>
     </build>