This is a Java sample using the Spring framework and a MySQL service.
To build the application, make sure you have Maven installed. Then, cd into the root directory and execute:
mvn clean package -Dmaven.test.skip=true
That will create the petclinic.war file in the 'target' directory.
To deploy to stackato:
mvn clean package -Dmaven.test.skip=true
stackato push -n
You can view the application at the 'Application Deployed URL'.