Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 597 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 597 Bytes

Build Status

spring-cloud-config-example

This is the source code for the blog post

http://exampledriven.wordpress.com/TBD

This example covers the following :

  • Cloud config server
  • @RefreshScope
  • NativeEnvironmentRepository
  • Spring Retry (when config service not available)

To run this project

mvn clean install

then execute

mvn spring-boot:run

in the following directories in the following order

  • configserver
  • configserver-client