Spring Data Geode 1.0.0.APACHE-GEODE-INCUBATING-M3 发布
我向 Spring 和 Apache Geode 社区道歉,相对于 Apache Geode M3 版本公告的发布有所延迟,但我非常激动和高兴地紧随其后发布 Spring Data for Apache Geode 1.0.0-incubating.M3。
您可以通过在您的应用程序 Maven 或 Gradle 构建文件中包含以下依赖项,从 Maven Central 获取这些库…
Maven
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode</artifactId>
<version>1.0.0.APACHE-GEODE-INCUBATING-M3</version>
</dependency>
Gradle
compile 'org…