5. 最低要求
Spring Session 的最低要求是:
-
Java 8+
-
如果您在 Servlet 容器中运行(不需要),则为 Servlet 2.5+
-
如果您使用的是其他 Spring 库(非必需),则所需的最低版本为 Spring Framework 5.0.x。
-
@EnableGemFireHttpSession
需要 Spring Data for Apache Geode 2.0.x 和 Spring Data for Pivotal GemFire 2.0.x。 -
@EnableGemFireHttpSession
需要 Apache Geode 1.2.x 或 Pivotal GemFire 9.1.x。
Spring Session 的核心只需要对 . |