A sample Java Spark application to deploy to Cloud Foundry which works out of the box.
- Install the Java JDK
- Install Gradle
- Run
gradle build
- Run
java -jar build/libs/cf-sample-app-java-1.0.0.jar
- Visit http://localhost:4567
A sample Java Spark application to deploy to Cloud Foundry which works out of the box.
gradle build
java -jar build/libs/cf-sample-app-java-1.0.0.jar