Skip to content

openshift-vertx-examples/vertx-http-example-redhat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://appdev.openshift.io/docs/vertx-runtime.html#mission-rest-http-vertx

How to Build

You can build this project with this maven command:

mvn clean install

Deploying to Red Hat OpenShift

This project relies in Eclipse JKube's OpenShift Maven Plugin for deploying to Red Hat OpenShift. OpenShift Maven Plugin is available in openshift profile. You can deploy this application using this command:

mvn oc:deploy -Popenshift

Once you're done with testing, you can undeploy this using this goal:

mvn oc:undeploy -Popenshift