Cloud Foundry support for Eclipse Spring Boot
In this section, let's see how we can develop applications on Cloud Foundry using Spring boot. Cloud Foundry is a platform that is used as a service cloud application. It is an open Paas. Paas makes it feasible to run deploy, and run an application on cloud.
Refer to the following link, which gives the complete information of the Spring platform that is available as service and how we can configure Spring to work with Cloud Foundry. You will see that it offers Platform as a service from MongoDB to RabbitMQ Messaging Server.
http://docs.cloudfoundry.org/buildpacks/java/spring-service-bindings.html
Eclipse has also come up with a plugin for cloud foundry which can be downloaded and installed from the following given location. The plugin supports Spring boot and grails application. You can also create a server instance to a private cloud that uses a self signed certificate.
https://github.com/cloudfoundry/eclipse-integration-cloudfoundry
All that...