The Spring Auto-reconfiguration Framework causes an application to be automatically reconfigured to work with configured cloud services.
Detection Criterion | Existence of a spring-core*.jar file in the application directory |
Tags | spring-auto-reconfiguration=<version> |
The Spring Auto-reconfiguration Framework adds the cloud
profile to any existing Spring profiles such as those defined in the SPRING_PROFILES_ACTIVE
environment variable. It also uses the Spring Cloud Cloud Foundry Connector to replace any bean of a candidate type with one mapped to a bound service instance. Please see the Auto-Reconfiguration project for more details.
For general information on configuring the buildpack, including how to specify configuration values through environment variables, refer to Configuration and Extension.
The framework can be configured by modifying the config/spring_auto_reconfiguration.yml
file in the buildpack fork. The framework uses the Repository
utility support and so it supports the version syntax defined there.
Name | Description |
---|---|
enabled |
Whether to attempt auto-reconfiguration |
repository_root |
The URL of the Auto-reconfiguration repository index (details). |
version |
The version of Auto-reconfiguration to use. Candidate versions can be found in this listing. |