java-tutorials/spring-cloud
Daniel Barrigas e51a0d0428 Spring Boot Actuator + Kubernetes
Issue: BAEL-2356
2018-12-10 14:42:28 -07:00
..
spring-cloud-archaius BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-aws BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-bootstrap BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-config BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-connectors-heroku BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-consul BAEL-8939 - Fixed travis build 2018-09-24 22:00:00 -04:00
spring-cloud-contract BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-eureka BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-functions BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-gateway BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-hystrix BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 38 more modules) 2018-09-18 22:57:03 -04:00
spring-cloud-kubernetes Spring Boot Actuator + Kubernetes 2018-12-10 14:42:28 -07:00
spring-cloud-rest BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 38 more modules) 2018-09-18 22:57:03 -04:00
spring-cloud-ribbon-client BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 38 more modules) 2018-09-18 22:57:03 -04:00
spring-cloud-security BAEL-10887 Let's fix the compilation issue in spring-cloud/spring-cloud-security/auth-client module 2018-12-09 16:39:10 +05:30
spring-cloud-stream BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 23 more modules.. work in progress..) 2018-09-12 17:28:47 -04:00
spring-cloud-stream-starters Merge pull request #5329 from dkapil/task/BAEL-8962 2018-09-27 11:33:24 +03:00
spring-cloud-task BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-vault * migrated the following modules: 2018-12-09 11:10:19 -02:00
spring-cloud-zookeeper BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
spring-cloud-zuul BAEL-1358: Renamed spring-cloud-zuul-ratelimit to spring-cloud-zuul 2018-11-03 15:25:20 -05:00
spring-cloud-zuul-eureka-integration BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +05:30
README.md Bi-monthly test failure - fix (BAEL-10330) (#5736) 2018-11-22 05:49:54 +01:00
pom.xml Task/bael 10829 (#5844) 2018-12-10 09:37:46 -08:00

README.md

The Module Holds Sources for the Following Articles

  • Quick Intro to 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.

  • Introduction to 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.

Relevant Articles: