pivotal-cf / java-cfenv

Apache License 2.0
91 stars 56 forks source link

does cfenv has the capability to connect to spring cloud config server like spring-cloud-spring-service-connector #255

Open dev-praveen opened 4 months ago

dev-praveen commented 4 months ago

After following the steps mentioned in the migration guide (https://docs.cloudfoundry.org/buildpacks/java/configuring-service-connections.html) our application is not able to connect to the spring cloud config server which is bounded in PCF.

dev-praveen commented 4 months ago

after dig down further the issue, instead of adding java-cfenv added spring-cloud-services-starter-service-registry dependency which will pull the cfenv transitively along with some auto configuration related to SCS. But after this also application is not able to connect to the config server.