Skip to content

Commit

Permalink
springboot打JAR包配置
Browse files Browse the repository at this point in the history
  • Loading branch information
xueli.xue committed May 7, 2017
1 parent 5dd4448 commit cafe954
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions xxl-job-executor-springboot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cafe954

Please sign in to comment.