[BAEL-16670] - Re-organize spring-cloud-kubernetes Project

This commit is contained in:
catalin-burcea 2019-12-09 13:05:08 +02:00
parent 4665f80ea4
commit 5f47c971d0
61 changed files with 14 additions and 10 deletions

View File

@ -1,9 +1,9 @@
## Spring Cloud Kubernetes
This moudle contains articles about Spring Cloud Kubernetes
This module contains articles about Spring Cloud Kubernetes.
### Relevant Articles:
- [Running Spring Boot Applications With Minikube](https://www.baeldung.com/spring-boot-minikube)
- [Running Spring Boot Applications with Minikube](https://www.baeldung.com/spring-boot-minikube)
- [Self-Healing Applications with Kubernetes and Spring Boot](https://www.baeldung.com/spring-boot-kubernetes-self-healing-apps)
- [Guide to Spring Cloud Kubernetes](https://www.baeldung.com/spring-cloud-kubernetes)

View File

@ -10,6 +10,7 @@
<groupId>com.baeldung.spring.cloud</groupId>
<artifactId>spring-cloud-kubernetes</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../../spring-cloud-kubernetes</relativePath>
</parent>
<dependencyManagement>

View File

@ -9,6 +9,7 @@
<groupId>com.baeldung.spring.cloud</groupId>
<artifactId>spring-cloud-kubernetes</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../../spring-cloud-kubernetes</relativePath>
</parent>
<dependencyManagement>

View File

@ -9,6 +9,7 @@
<groupId>com.baeldung.spring.cloud</groupId>
<artifactId>spring-cloud-kubernetes</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../../spring-cloud-kubernetes</relativePath>
</parent>
<dependencies>

View File

@ -9,6 +9,7 @@
<groupId>com.baeldung.spring.cloud</groupId>
<artifactId>spring-cloud-kubernetes</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../../spring-cloud-kubernetes</relativePath>
</parent>
<dependencies>

View File

@ -11,7 +11,7 @@
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-1</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../../parent-boot-1</relativePath>
<relativePath>../../../../parent-boot-1</relativePath>
</parent>
<dependencies>

View File

@ -11,7 +11,7 @@
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-1</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../../parent-boot-1</relativePath>
<relativePath>../../../../parent-boot-1</relativePath>
</parent>
<dependencies>

View File

@ -16,12 +16,12 @@
</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>
<module>kubernetes-minikube/demo-frontend</module>
<module>kubernetes-minikube/demo-backend</module>
<module>kubernetes-selfhealing/liveness-example</module>
<module>kubernetes-selfhealing/readiness-example</module>
<module>kubernetes-guide/client-service</module>
<module>kubernetes-guide/travel-agency-service</module>
</modules>
</project>