Skip to content

andrebrowne/spring-config-injection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Config Decorator

This is a supply buildpack for Cloud Foundry that provides integration with the Spring Cloud Config server for any programming language supported by the platform, and requiring zero application code changes.

When this buildpack is present in your Cloud Foundry deployment, all you will have to do to inject centrally managed configuration into your applications is bind the application to your Spring Cloud Config Server instance. Your application will then automatically receive the properties configured in that server in its environment.

foo@bar:my-app$ cf push my-app --no-start
foo@bar:my-app$ cf v3-push my-app -b spring_config_injection -b <final_buildpack>

About

Cloud Foundry supply buildpack example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.8%
  • Shell 34.2%