* BAEL-973: updated README * BAEL-1069: Updated README * BAEL-817: add README file * BAEL-1084: README update * BAEL-960: Update README * BAEL-1155: updated README * BAEL-1041: updated README * BAEL-973: Updated README * BAEL-1187: updated README * BAEL-1183: Update README * BAEL-1133: Updated README * BAEL-1098: README update * BAEL-719: add README.md * BAEL-1272: README update * BAEL-1272: README update * BAEL-1196: Update README * BAEL-1328: Updated README * BAEL-1371: Update README.md * BAEL-1371: Update README.md * BAEL-1278: Update README * BAEL-1326: Update README * BAEL-399: Update README * BAEL-1297: Update README * BAEL-1218: README * BAEL-1148 README update * BAEL-113 README * BAEL-1158 README * BAEL-1539: Update README * BAEL-1507 README update * BAEL-1178 README updated
		
			
				
	
	
		
			25 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## The Module Holds Sources for the Following Articles
 | ||
| 
 | ||
| - [Quick Intro to Spring Cloud Configuration](http://www.baeldung.com/spring-cloud-configuration)
 | ||
| 
 | ||
|    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.
 | ||
| 
 | ||
| - [Introduction to Spring Cloud Netflix – Eureka](http://www.baeldung.com/spring-cloud-netflix-eureka)
 | ||
| 
 | ||
|   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.
 | ||
| 
 | ||
| ### Relevant Articles:
 | ||
| - [Intro to Spring Cloud Netflix - Hystrix](http://www.baeldung.com/spring-cloud-netflix-hystrix)
 | ||
| - [Dockerizing a Spring Boot Application](http://www.baeldung.com/dockerizing-spring-boot-application)
 | ||
| - [Introduction to Spring Cloud Rest Client with Netflix Ribbon](http://www.baeldung.com/spring-cloud-rest-client-with-netflix-ribbon)
 | ||
| - [A Quick Guide to Spring Cloud Consul](http://www.baeldung.com/spring-cloud-consul)
 | ||
| - [An Introduction to Spring Cloud Zookeeper](http://www.baeldung.com/spring-cloud-zookeeper)
 | ||
| - [Using a Spring Cloud App Starter](http://www.baeldung.com/using-a-spring-cloud-app-starter)
 | ||
| - [Spring Cloud Connectors and Heroku](http://www.baeldung.com/spring-cloud-heroku)
 | ||
| - [An Example of Load Balancing with Zuul and Eureka](http://www.baeldung.com/zuul-load-balancing)
 | ||
| - [An Intro to Spring Cloud Contract](http://www.baeldung.com/spring-cloud-contract)
 |