Skip to content
spring cloud config example including encryption
Java
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
config-server
.gitignore
README.md
global-alpha.yml
global-beta.yml
global-production.yml
global-sandbox.yml

README.md

Config Repository / Spring Cloud Config

source : config-server

Run

gradle bootRun

encryption

Applied encryption using com.github.ulisesbocchio:jasypt-spring-boot-starter

spring.cloud.config.server.git.username=knight76
spring.cloud.config.server.git.password=ENC(...)
You can’t perform that action at this time.