Skip to content

Latest commit

 

History

History

01-spring-cloud-config-server

spring-cloud-config Build Status

Spring Could Config Server

build, run and test
bash gradlew clean assemble
bash gradlew composeUp
bash gradlew composeDown
fetch configs from config-server using REST API
# http :8888/{application}/{profile}[/{label}]
# http :8888/{application}-{profile}.yml
# http :8888/{label}/{application}-{profile}.yml
# http :8888/{application}-{profile}.properties
# http :8888/{label}/{application}-{profile}.properties

http :8888/config-server-default.properties
http :8888/config-server-default.yml
http :8888/config-server/default/

links: