VMware intern project
The project was created by Karol Pawlak, Krystian Kan and Eoin Daly as part of our internship at VMware.
If you download the project you are able to run it locally with.
./mvnw clean spring-boot:run
To push it and run it on PCF you will need to compile it to a jar file.
./mvnw clean package
This will add the jar file to the target folder.