[BAEL-7819] - Added standard parent pom and fixed tests in those modules

This commit is contained in:
amit2103
2018-08-05 23:17:35 +05:30
parent 5ccecc6aac
commit a7689c4ae2
40 changed files with 157 additions and 148 deletions

View File

@@ -12,11 +12,11 @@
<description>Demo project for Spring Boot Vue project</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<artifactId>parent-boot-2</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-2</relativePath>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>