This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
NorbiPeti
/
GCDC-Server
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Make the jar work
master
NorbiPeti
4 years ago
parent
1be4f92b1b
commit
5192999143
Signed by:
NorbiPeti
<szatmari.norbert.peter@gmail.com>
GPG Key ID:
DBA4C4549A927E56
2 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+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>
Write
Preview
Loading…
Cancel
Save