Skip to content

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

License

Notifications You must be signed in to change notification settings

openshift-vertx-examples/vertx-cache-example

Repository files navigation

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 fabric8: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 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