Skip to content

Commit

Permalink
[BAEL-16670] - Re-organize spring-cloud-kubernetes Project
Browse files Browse the repository at this point in the history
  • Loading branch information
catalin-burcea committed Dec 9, 2019
1 parent 5be2e91 commit 346a12f
Show file tree
Hide file tree
Showing 61 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions spring-cloud/spring-cloud-kubernetes/README.md
Original file line number Diff line number Diff line change
@@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
12 changes: 6 additions & 6 deletions spring-cloud/spring-cloud-kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 346a12f

Please sign in to comment.