Skip to content

Instantly share code, notes, and snippets.

@winteryoung
Created March 6, 2016 08:18
Show Gist options
  • Save winteryoung/675ffbec458263d1b939 to your computer and use it in GitHub Desktop.
Save winteryoung/675ffbec458263d1b939 to your computer and use it in GitHub Desktop.
spring boot
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>1.2.7.RELEASE</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment