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 Bestand weergeven

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