ignite-book-code-samples
ignite-book-code-samples copied to clipboard
Apache Ignite does not store data to database with Spring data
Hello, how we can easy configure spring data jpa with apache ignite?
In my project https://github.com/armdev/ignite-spring-boot it works only in memory.
Spring data is specific. I have repository and controller. How to configure Ignite instance without any xml-s? or which configuration should be copied to project resources for enabling //cacheConfiguration.setReadThrough(true); // cacheConfiguration.setWriteThrough(true);
?
Thanks