[BAEL-17476] - Added README descriptions (#7904)

This commit is contained in:
Sam Millington
2019-10-03 04:43:24 +01:00
committed by Josh Cummings
parent 160fd28fdd
commit aa88f134d3
7 changed files with 29 additions and 2 deletions
+4 -2
View File
@@ -1,10 +1,12 @@
# Spring Cloud Archaius
This module contains articles about Spring Cloud with Netflix Archaius
# Relevant Articles
- [Introduction to Netflix Archaius with Spring Cloud](https://www.baeldung.com/netflix-archaius-spring-cloud-integration)
- [Netflix Archaius with Various Database Configurations](https://www.baeldung.com/netflix-archaius-database-configurations)
# Spring Cloud Archaius
#### Basic Config
This service has the basic, out-of-the-box Spring Cloud Netflix Archaius configuration.
@@ -1,3 +1,7 @@
## Spring Cloud Bootstrap
This module contains articles about bootstrapping Spring Cloud applications
### Relevant Articles:
- [Spring Cloud Bootstrapping](http://www.baeldung.com/spring-cloud-bootstrapping)
- [Spring Cloud Securing Services](http://www.baeldung.com/spring-cloud-securing-services)
@@ -5,6 +9,8 @@
- [Spring Cloud Series The Gateway Pattern](http://www.baeldung.com/spring-cloud-gateway-pattern)
- [Spring Cloud Adding Angular 4](http://www.baeldung.com/spring-cloud-angular)
### Running the Project
- To run the project:
- copy the appliction-config folder to c:\Users\{username}\ on Windows or /home/{username}/ on *nix. Then open a git bash terminal in application-config and run:
- git init
@@ -1,2 +1,6 @@
## Spring Cloud Contract
This module contains articles about Spring Cloud Contract
### Relevant Articles:
- [An Intro to Spring Cloud Contract](http://www.baeldung.com/spring-cloud-contract)
@@ -1,2 +1,6 @@
## Spring Cloud Gateway
This module contains articles about Spring Cloud Gateway
### Relevant Articles:
- [Exploring the new Spring Cloud Gateway](http://www.baeldung.com/spring-cloud-gateway)
@@ -1,3 +1,7 @@
## Spring Cloud Kubernetes
This moudle contains articles about Spring Cloud Kubernetes
### Relevant Articles:
- [Running Spring Boot Applications With Minikube](https://www.baeldung.com/spring-boot-minikube)
+3
View File
@@ -1,2 +1,5 @@
## Spring Cloud REST
This module contains articles about RESTful APIs with Spring Cloud
Code for an ebook - "A REST API with Spring Boot and Spring Cloud"
@@ -1,2 +1,6 @@
## Spring Cloud Ribbon Client
This module contains articles about Spring Cloud with Netflix Ribbon
### Relevant Articles:
- [Introduction to Spring Cloud Rest Client with Netflix Ribbon](http://www.baeldung.com/spring-cloud-rest-client-with-netflix-ribbon)