项目作者: khabib97
项目描述 :
The main repo contains all subprojects for testing centralized configuration
高级语言:
项目地址: git://github.com/khabib97/spring-boot-cloud-service.git
spring-boot-cloud-service
Spring Boot Cloud Service has 3 sub-modules:
- Spring Microservice Client - limits-service
- Spring Cloud Server - spring-cloud-config-server
- Central Config Repo - config-repo-spring-cloud-service
Ignore currency services

- limits-service consumes configration data from cloud-config-server.
- cloud-config-server consume all configuration from centralized config-repo
Project setup
- Download this repository
git clone --recursive https://github.com/khabib97/spring-boot-cloud-service.git
- Make submodules to track their respective remote branches (instead of being in detached HEAD state):
git submodule foreach -q --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'
- Run
limits-service
and spring-cloud-config-server
modules