Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreThe java-cfenv library is new library for accessing Cloud Foundry Services. For Spring Boot users, it extracts service credentials from the VCAP_SERVICES
environment variable and sets well known Spring Boot auto-configuration properties.
In this release the following Cloud Foundry Services are supported
Databases - DB2, MySQL, Oracle, Postgresql, SqlServer
RabbitMQ
Cassandara
MongoDB
Redis
In 1.0 RC1 two other modules were introduced that contain support for Pivotal’s Spring Cloud Service and Single Sign on tiles. The java-cfenv-boot-pivotal-scs
module provides support for Config Server and java-cfenv-boot-pivotal-sso
module provides support for single sign on.
There is a new interface, CfEnvProcessor that simplifies what you need to write in order to provide integration with other Cloud Foundry services. The docs on supporting other services has the details.
Thanks to Scott Frederick and David Turanski for their contributions!