hazelcast demo:带有hazelcast缓存演示的Spring Boot 源码
hazelcast 不完全指南 实现了同实例缓存共吸共享,没有测试不同实例(IP) 缓存共享,还需要测试 已经找到了可能的配置项 configuration @Configuration @EnableCaching public class HazelcastConfiguration { @Bean public Config hazelCastConfig() { Config config = new Config("demo"); RestApiConfig restApiConfig = new RestApiConfig(); restApiConfig.setEnabled(true); MulticastConfig multicastConfig = new MulticastConfig(
文件列表
hazelcast-demo-master.zip
(预估有个31文件)
hazelcast-demo-master
mvnw.cmd
6KB
mvnw
10KB
src
test
java
com
bigduu
demo
HazelcastDemoApplicationTests.java
223B
暂无评论