summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6822fc0..c75f0e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,6 +255,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<configuration>
+ <mainClass>${start-class}</mainClass>
<executable>true</executable>
</configuration>
<executions>