blob: a93b5cee5fe19cf1cd3b6e0d03ffebb825894442 [file] [log] [blame]
# Spring Boot Example with Infinispan
= Introduction
This example demonstrates how you can use Camel-Infinispan Starter component. The example is really simple: put a key/value pair in a remote cache and get the same key.
You'll need a running Infinispan server to run this example.
== Build
You can build this example using:
$ mvn package
== Run
You can run this example using:
$ mvn spring-boot:run
And you should see output in the console.
== Help
If you hit any problems please let us know on the http://camel.apache.org/discussion-forums.html[Camel Forums].
Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy!
The Camel riders!