java-tutorials/spring-cloud
Dhawal Kapil c67e8e817c BAEL-8961 Fix surefire configs of spring-4, jasyptdemo, spring-boot logging and mvc, auth projects
- Renamed spring-cloud-security tests to *IntegrationTest as contextLoad was tested in these tests.
2018-09-19 09:03:00 +05:30
..
spring-cloud-archaius geroza/BAEL-395-Archaius_With_Spring_Cloud_Introduction (#4968) 2018-08-15 14:13:50 +02:00
spring-cloud-aws BAEL-8504 Fix surefire configs of spring-5 projects part 2 2018-08-28 13:35:27 +05:30
spring-cloud-bootstrap [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
spring-cloud-config BAEL-5246: pom cleanup (#4620) 2018-07-12 09:04:54 +02:00
spring-cloud-connectors-heroku BAEL-8504 Fix surefire configs of spring-5 projects part 2 2018-08-28 13:35:27 +05:30
spring-cloud-consul [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
spring-cloud-contract [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
spring-cloud-eureka [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
spring-cloud-functions Spring Cloud Functions with AWS 2018-09-14 08:15:45 -06:00
spring-cloud-gateway BAEL-8141 Can we remove some of the Spring milestone/snapshot repos from modules? (#4941) 2018-08-10 06:46:38 +02:00
spring-cloud-hystrix [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
spring-cloud-kubernetes [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
spring-cloud-rest [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
spring-cloud-ribbon-client BAEL-8824 Align module names, folder names and artifact id 2018-08-31 20:22:40 +05:30
spring-cloud-security BAEL-8961 Fix surefire configs of spring-4, jasyptdemo, spring-boot logging and mvc, auth projects 2018-09-19 09:03:00 +05:30
spring-cloud-stream [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
spring-cloud-stream-starters Code for [BAEL-455] 2018-09-12 22:51:27 -03:00
spring-cloud-task BAEL-8824 Align module names, folder names and artifact id 2018-08-31 20:22:40 +05:30
spring-cloud-vault Code for [BAEL-455] 2018-09-12 22:51:27 -03:00
spring-cloud-zookeeper [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
spring-cloud-zuul-eureka-integration [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
README.md BAEL-8287 (#5180) 2018-09-07 13:56:13 +03:00
pom.xml BAEL-8961 Fix surefire configs of spring-4, jasyptdemo, spring-boot logging and mvc, auth projects 2018-09-18 21:16:26 +05:30

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: