动态设置@EnableGemFireHttpSession regionName

时间:2018-09-03 07:09:48

标签: gemfire spring-data-gemfire

有什么方法可以在运行时动态提供GemFire regionName。当前,我们正在硬编码regionName“ testRegion”。示例代码如下。感谢任何帮助

@Configuration
@EnableGemFireHttpSession(poolName = "gemfirePool", regionName="testRegion")
public class TestConfig {

//Some Code here

}

1 个答案:

答案 0 :(得分:2)

是的,很好的时机!从 Spring Session到Apache Geode / Pivotal GemFire 2.0.5.RELEASE以及2.1.0.M1为止。参见here,或者参见here

我最近通过这些更改here发布了公告(和博客)。