java-cfenv 1.0 RC1 Released
The 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…