Skip to content

Instantly share code, notes, and snippets.

@yogsma
Created August 31, 2017 03:26
Show Gist options
  • Save yogsma/596646f1f99ea2040ca9e450e2564616 to your computer and use it in GitHub Desktop.
Save yogsma/596646f1f99ea2040ca9e450e2564616 to your computer and use it in GitHub Desktop.
<groupId>com.betterjavacode</groupId>
<artifactId>Benefits</artifactId>
<packaging>jar</packaging>
<version>0.0.1-SNAPSHOT</version>
.................
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<mainClass>com.betterjavacode.benefits.Application</mainClass>
</configuration>
<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