Skip to content

The default Java app that will be pushed in the Swisscom Application Cloud if no source code is provided

License

Notifications You must be signed in to change notification settings

swisscom/cf-default-app-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CF Default App Java

The default Java app that will be pushed into the Swisscom Application Cloud if no source code is provided.

Based on Spark

Run locally

  1. Install the Java JDK
  2. Install Gradle
  3. Run gradle build
  4. Run java -jar build/libs/cf-default-app-java-1.0.0.jar
  5. Visit http://localhost:4567

Run in the cloud

  1. Install the Java JDK
  2. Install Gradle
  3. Install the cf CLI
  4. Run gradle build
  5. Run cf push -p build/libs/cf-default-app-java-1.0.0.jar --random-route
  6. Visit the given URL

Create ZIP

  1. Install the Java JDK
  2. Install Gradle
  3. Run gradle build
  4. Run mv build/libs/cf-default-app-java-1.0.0.jar java_app.zip

About

The default Java app that will be pushed in the Swisscom Application Cloud if no source code is provided

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages