Skip to content

A Spring cloud config server implementation with database and Vault

Notifications You must be signed in to change notification settings

BLemine/Config-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About:

Spring cloud config server implementation

  • Setup Vault: You can either use the cloud-based solution or set-up your self-hosted Vault with docker:
docker run -d --name vault -p 8200:8200  -e 'VAULT_DEV_ROOT_TOKEN_ID=root' -e 'VAULT_DEV_LISTEN_ADDRESS=0.0.0.0:8200' hashicorp/vault:latest

About

A Spring cloud config server implementation with database and Vault

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages