ignite-book-code-samples icon indicating copy to clipboard operation
ignite-book-code-samples copied to clipboard

Apache Ignite does not store data to database with Spring data

Open armdev opened this issue 8 years ago • 0 comments

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

armdev avatar Nov 02 '17 21:11 armdev