Fixes the parent boot (#7409)

This commit is contained in:
rpvilao
2019-07-27 09:40:59 +02:00
committed by Eugen
parent 5cbc13d144
commit f1232810e2
3 changed files with 3 additions and 96 deletions

View File

@@ -8,10 +8,10 @@
<description>This is a simple Spring Boot application taking advantage of the latest Spring Boot improvements/features. Current version: 2.2</description>
<parent>
<artifactId>parent-boot-performance</artifactId>
<artifactId>parent-boot-2</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-performance</relativePath>
<relativePath>../parent-boot-2</relativePath>
</parent>
<dependencies>
@@ -42,4 +42,4 @@
<!-- The main class to start by executing java -jar -->
<start-class>com.baeldung.lazyinitialization.Application</start-class>
</properties>
</project>
</project>