Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 727 Bytes

README.adoc

File metadata and controls

30 lines (17 loc) · 727 Bytes

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 and contributions

If you hit any problem using Camel or have some feedback, then please let us know.

We also love contributors, so get involved :-)

The Camel riders!