BAEL-10179 Fix start of Boot project with parent-boot-1 parent

-Added start-class placeholder in parent-boot-1
-Minor cleanup of few parent-boot-1 projects
This commit is contained in:
Dhawal Kapil
2018-10-31 23:44:33 +05:30
parent 586e911a02
commit 42e4bf2ca5
4 changed files with 60 additions and 61 deletions
+4
View File
@@ -43,6 +43,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<configuration>
<mainClass>${start-class}</mainClass>
<!-- this is necessary as we're not using the Boot parent -->
</configuration>
</plugin>
</plugins>
</pluginManagement>