소스 검색

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>