Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 851 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 851 Bytes

spring-config-injection is no longer actively maintained by VMware.

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>