Skip to content

openshift-vertx-examples/vertx-cache-example-redhat

Repository files navigation

https://appdev.openshift.io/docs/vertx-runtime.html#example-cache-vertx

vertx-cache-example

This example demonstrates how to use a cache server from an Eclipse Vert.x application.

Deployment

  1. Be sure to be logged in to your OpenShift cluster, and you are in the right OpenShift project
  2. Deploy the cache server using:
oc apply -f service.cache.yml
  1. Deploy the example with:
mvn oc:deploy -Popenshift
  1. Access the exposed route (greeting-service) - a HTML page to use the example is exposed.

Integration tests

Run integrations test using:

mvn clean verify -Popenshift,openshift-it

About

Demonstrate how to use a cache server from an Eclipse Vert.x application

Resources

License

Stars

Watchers

Forks

Packages

No packages published