Browse Source

Make the jar work

master
NorbiPeti 4 years ago
parent
commit
5192999143
Signed by: NorbiPeti <szatmari.norbert.peter@gmail.com> GPG Key ID: DBA4C4549A927E56
2 changed files with 13 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +12
    -0
      pom.xml

+ 1
- 0
.gitignore View File

@@ -1,3 +1,4 @@
/src/main/resources/application.properties
.idea
/target/
/dependency-reduced-pom.xml

+ 12
- 0
pom.xml View File

@@ -27,6 +27,18 @@
<target>11</target>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.2.6.RELEASE</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>



Loading…
Cancel
Save