Skip to content

Latest commit

 

History

History

01-config-server-encryption-decryption

spring-cloud-config encryption / decryption Build Status

Spring Could Config Server Encryption and Decryption

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: