hazelcast-code-samples icon indicating copy to clipboard operation
hazelcast-code-samples copied to clipboard

PCF Spring Boot sample app should use CloudFoundryVcapEnvironmentPostProcessor

Open googlielmo opened this issue 6 years ago • 0 comments

On Pivotal Cloud Foundry sample app with Spring Boot parses VCAP_SERVICES env variable manually. A better way would be to use native Spring support with CloudFoundryVcapEnvironmentPostProcessor.

googlielmo avatar Feb 26 '19 15:02 googlielmo