java-tutorials/spring-cloud/README.md

23 lines
1.6 KiB
Markdown
Raw Normal View History

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)
Spring Cloud Config is Springs client/server approach for storing and serving distributed configurations across multiple applications and environments.
In this write-up, well 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)
In this article, well 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.
2016-09-01 08:03:17 -04:00
- [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)
2017-12-07 06:41:35 -05:00
- [A Quick Guide to Spring Cloud Consul](http://www.baeldung.com/spring-cloud-consul)
2016-09-01 08:03:17 -04:00
### Relevant Articles:
- [Introduction to Spring Cloud Rest Client with Netflix Ribbon](http://www.baeldung.com/spring-cloud-rest-client-with-netflix-ribbon)
2017-05-24 12:48:29 -04:00
[An Introduction to Spring Cloud Zookeeper](http://www.baeldung.com/spring-cloud-zookeeper)