[BAEL-16670] - Re-organize spring-cloud-kubernetes Project
This commit is contained in:
@@ -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)
|
||||
|
||||
+1
@@ -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>
|
||||
Executable → Regular
Executable → Regular
Executable → Regular
+1
@@ -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>
|
||||
+1
@@ -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>
|
||||
+1
@@ -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>
|
||||
+1
-1
@@ -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>
|
||||
+1
-1
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user