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

View File

@@ -1,9 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>spring-aop</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>spring-aop</name>