Skip to content

infinispan-demos/infinispan-wf-swarm-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a quick and dirty Infinispan + Wildfly Swarm demo

How to run it?

use mvn clean install wildfly-swarm:run.

How to test it?

Put data into the cache:

curl -d "test" http://localhost:8080/rest/infinispan/cache

Get data from cache:

curl http://localhost:8080/rest/infinispan/cache

About

Wildfly Swarm example showing how to interact with Infinispan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages