https://appdev.openshift.io/docs/vertx-runtime.html#example-cache-vertx
This example demonstrates how to use a cache server from an Eclipse Vert.x application.
- Be sure to be logged in to your OpenShift cluster, and you are in the right OpenShift project
- Deploy the cache server using:
oc apply -f service.cache.yml
- Deploy the example with:
mvn oc:deploy -Popenshift
- Access the exposed route (
greeting-service
) - a HTML page to use the example is exposed.
Run integrations test using:
mvn clean verify -Popenshift,openshift-it