JAVA-86: spring-boot-main-class

This commit is contained in:
Krzysiek
2020-03-15 20:30:42 +01:00
parent c79e927ddd
commit 7b7f988f88
2 changed files with 6 additions and 1 deletions
@@ -37,4 +37,9 @@
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<!-- The main class to start by executing "java -jar" -->
<start-class>com.baeldung.changeport.CustomApplication</start-class>
</properties>
</project>