Introducing java-cfenv: A new library for accessing Cloud Foundry Services
BRANK

<h2><a href="#introduction" class="anchor" name="introduction"></a>Introduction</h2> <p>The Spring Cloud Connectors library has been with us since the launch event of Cloud Foundry itself back in 2011. One of the main goals of the connector library and Cloud Foundry’s Java buildpack was to “reduce the initial investment when you want to get started with Cloud Foundry”. The connector library creates the Spring bean definitions required to connect to backing services, like databases, using information contained in the VCAP_SERVICES environment variable. The buildpack then replaces these bean definitions you had in your application with those created by the connector library through a feature called ‘auto-reconfiguration’. You may have seen it mentioned in the logs when you pushed an app to Cloud Foundry…</p>

spring.io
Related Topics: Java X as a Service Spring Framework