Om Komawar
Om Komawar

Reputation: 251

Spring boot and cloudfoundry compatibility

What is the highest version of spring boot that can be used which is compatible with cloud foundry?

Is there any issue with 1.4.1 with cloudfoundry? i have tested the application using 1.3.8 and that works.

What buildpacks version are needed?

Upvotes: 0

Views: 200

Answers (1)

Scott Frederick
Scott Frederick

Reputation: 5155

Spring Boot 1.3 and earlier will work with any version of the Cloud Foundry Java Buildpack. Boot 1.4 and later require Java Buildpack 3.8 or later.

Upvotes: 4

Related Questions