如何使用apache ignite配置mysql?并使用通读,直写功能

时间:2019-12-02 13:12:52

标签: spring-boot ignite

我正在尝试在apache ignite中配置第三方持久性(mysql)。我是新来的人,我正在使用Spring Boot,有人可以帮我吗?

1 个答案:

答案 0 :(得分:0)

首先,您可以使用GridGain Web Console为您生成第三方持久性配置。它将通过代理连接到您的数据库并生成缓存配置。

然后,您可以使用自定义CacheStore看到DZone cache store example

最后,您可以使用example provided with Ignite