BAEL-2460: Integrating spring-cloud-kubernetes-2 to spring-cloud-kubernetes which now is using parent-boot-2

This commit is contained in:
caroline
2019-04-08 16:14:41 +02:00
parent 6f26499f3e
commit 88be74cf2d
29 changed files with 843 additions and 4 deletions
+5 -3
View File
@@ -9,17 +9,19 @@
<packaging>pom</packaging>
<parent>
<artifactId>parent-boot-1</artifactId>
<artifactId>parent-boot-2</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-1</relativePath>
<relativePath>../../parent-boot-2</relativePath>
</parent>
<modules>
<module>demo-frontend</module>
<module>demo-backend</module>
<module>liveness-example</module>
<module>readiness-example</module>
<module>client-service</module>
<module>travel-agency-service</module>
</modules>
</project>