Cloud Foundry - Spring MVC Hibernate

To deploy the example app, configure a Job with the following tasks:

  1. Checkout source
  2. Build the WAR file using Maven 3: mvn clean package
  3. Configure a Push Task for deploying the WAR file
    1. Select your target
    2. The Application Location defaults should be sufficient
    3. Select Manifest File for the Configuration Option.
    4. (Optional) Check Wait for startup to complete? if you want Bamboo to monitor the deployment process.

You can now run the Plan and the application will be deployed.

 

The screenshot shows creating the required services in their own tasks. This is another option but not the one outlined here.