2016-09-01 08:03:17 -04:00
## The Module Holds Sources for the Following Articles
- [Quick Intro to Spring Cloud Configuration ](http://www.baeldung.com/spring-cloud-configuration )
2016-09-26 11:17:07 -04:00
Spring Cloud Config is Spring’ s client/server approach for storing and serving distributed configurations across multiple applications and environments.
In this write-up, we’ ll focus on an example of how to setup a Git-backed config server, use it in a simple REST application server and setup a secure environment including encrypted property values.
2016-09-01 08:03:17 -04:00
- [Introduction to Spring Cloud Netflix – Eureka ](http://www.baeldung.com/spring-cloud-netflix-eureka )
2016-09-26 11:17:07 -04:00
In this article, we’ ll introduce client-side service discovery via “Spring Cloud Netflix Eureka“.
Client-side service discovery allows services to find and communicate with each other without hardcoding hostname and port. The only ‘ fixed point’ in such an architecture consists of a service registry with which each service has to register.
2018-01-23 03:23:32 -05:00
### Relevant Articles:
2016-09-01 08:03:17 -04:00
- [Intro to Spring Cloud Netflix - Hystrix ](http://www.baeldung.com/spring-cloud-netflix-hystrix )
2016-09-26 11:17:07 -04:00
- [Dockerizing a Spring Boot Application ](http://www.baeldung.com/dockerizing-spring-boot-application )
2016-11-10 10:11:53 -05:00
- [Introduction to Spring Cloud Rest Client with Netflix Ribbon ](http://www.baeldung.com/spring-cloud-rest-client-with-netflix-ribbon )
2017-12-07 06:41:35 -05:00
- [A Quick Guide to Spring Cloud Consul ](http://www.baeldung.com/spring-cloud-consul )
2018-01-17 15:53:17 -05:00
- [An Introduction to Spring Cloud Zookeeper ](http://www.baeldung.com/spring-cloud-zookeeper )
2018-01-23 03:23:32 -05:00
- [Using a Spring Cloud App Starter ](http://www.baeldung.com/using-a-spring-cloud-app-starter )
2018-01-17 15:53:17 -05:00
- [Spring Cloud Connectors and Heroku ](http://www.baeldung.com/spring-cloud-heroku )
2018-03-02 11:40:04 -05:00
- [An Example of Load Balancing with Zuul and Eureka ](http://www.baeldung.com/zuul-load-balancing )
2018-03-03 21:46:43 -05:00
- [An Intro to Spring Cloud Contract ](http://www.baeldung.com/spring-cloud-contract )
2018-04-11 01:33:18 -04:00
- [Using a Spring Cloud App Starter ](http://www.baeldung.com/spring-cloud-app-starter )
- [Instance Profile Credentials using Spring Cloud ](http://www.baeldung.com/spring-cloud-instance-profiles )
- [An Intro to Spring Cloud Security ](http://www.baeldung.com/spring-cloud-security )
- [An Intro to Spring Cloud Task ](http://www.baeldung.com/spring-cloud-task )
2018-05-23 10:55:32 -04:00
- [Running Spring Boot Applications With Minikube ](http://www.baeldung.com/spring-boot-minikube )
2018-09-07 06:56:13 -04:00
- [Introduction to Netflix Archaius with Spring Cloud ](https://www.baeldung.com/netflix-archaius-spring-cloud-integration )
2018-10-12 16:22:56 -04:00
- [An Intro to Spring Cloud Vault ](https://www.baeldung.com/spring-cloud-vault )
- [Netflix Archaius with Various Database Configurations ](https://www.baeldung.com/netflix-archaius-database-configurations )