Skip to content

sumanentc/spring-boot-ignite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Apache Ignite - Spring Boot application

The purpose of this project is to demonstrate Ignite as a Cache Provider for Spring Cache in one package. It also contains sample code on Apache Ignite's Spring Data integration.

How to build and run

Apache Ignite Version : 2.8.1

Java 8 lambdas are used here and there and thus the project can be compiled only with JDK 8 javac. To compile just do mvn clean install. To run a three node cluster execute the following:

java -DIGNITE_QUIET=false -DIGNITE_JETTY_PORT=8081 -jar target/ignite-cache*.jar

You can also use the Swagger-ui.html to test the application.

alt text

alt text

for more detailed technical information please check my post : https://medium.com/swlh/spring-cache-with-apache-ignite-def103cae35

About

The purpose of this project is to demonstrate Ignite as a Cache Provider for Spring Cache in one package. It also contains sample code on Apache Ignite's Spring Data integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors