update links to docker article

This commit is contained in:
Loredana Crusoveanu
2022-06-30 16:57:04 +03:00
parent c36cbb21e3
commit d331a6f2b2
7 changed files with 19 additions and 49 deletions
+5 -4
View File
@@ -7,10 +7,11 @@
<name>docker-sample-app</name>
<description>Demo project for 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>