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 fabric8:deploy -Popenshift
- Access the exposed route (
greeting-service
) - a HTML page to use the example is exposed.
Run integrations test using:
mvn verify -Popenshift,openshift-it