Skip to content

Apache Ignite does not store data to database with Spring data #3

@armdev

Description

@armdev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions