Skip to content

elmiko/HelloBoot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test of java s2i stuff

quickstart

  1. oc new-project helloboot
  2. oc create -f openshift-resources.yaml
  3. oc new-app --template oshinko-java-spark-build-dc -p APPLICATION_NAME=helloboot -p GIT_URI=https://github.com/elmiko/HelloBoot -p APP_FILE=HelloBoot-0.0.1-SNAPSHOT.jar -p OSHINKO_CLUSTER_NAME=hbspark

this will cause the app to be loaded from the github.com/elmiko/HelloBoot repository, built in openshift, and deployed using the source-to-image methodology.

About

Spring Boot Helloworld

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 46.1%
  • Batchfile 32.6%
  • Java 21.3%