发布于 2017-10-07 00:20:24 | 176 次阅读 | 评论: 0 | 来源: 网友投递
Spring Session 公共基础设施会话
Spring Session 致力于提供一个公共基础设施会话,
Spring Session Data Geode for Apache Geode 和 Spring Session Data GemFire for Pivotal GemFire 已发布 2.0.0.M2 版本。
第二个里程碑版本带来了许多受欢迎的改进,包括:
Upgrades to Spring Framework 5.0.0.RELEASE.
Upgrades to Spring Data Kay-RELEASE.
Upgrades to Spring Session 2.0.0.M4.
Upgrades to Spring Boot 2.0.0.M4.
Adds support for Pivotal GemFire and Apache Geode PDX Serialization.
Introduces a new Serialization framework and adapter for Pivotal GemFire/Apache Geode’s Data Serialization and PDX frameworks.
使用
Maven
<dependency> <groupId>org.springframework.session</groupId> <artifactId>spring-session-data-geode</artifactId> <version>2.0.0.M2</version> </dependency>
Gradle
compile 'org.springframework.session:spring-session-data-geode:2.0.0.M2
要使用 Spring Session with Pivotal GemFire,将 spring-session-data-geode
替换为 spring-session-data-gemfire
,版本号保持不变。