added dynamic post target loading

fixed some templates of commands
added fat jar maven config
This commit is contained in:
Sheldan
2020-03-21 18:39:46 +01:00
parent f416ac5d6b
commit 9e9eb615c0
13 changed files with 62 additions and 5 deletions

View File

@@ -8,9 +8,23 @@
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>executable</artifactId>
<properties>
<start-class>dev.sheldan.abstracto.Application</start-class>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>