update links to docker article

This commit is contained in:
Loredana Crusoveanu
2022-06-30 16:57:04 +03:00
parent 508c5a00cc
commit 95897028d5
7 changed files with 19 additions and 49 deletions

View File

@@ -7,10 +7,11 @@
<name>docker-spring-boot</name>
<description>Demo project showing Spring Boot and Docker</description>
<parent>
<groupId>com.baeldung.docker</groupId>
<artifactId>docker-modules</artifactId>
<version>0.0.1</version>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
</parent>
<dependencies>