hazelcast 开源成本?

hazelcast open source cost?

我是 hazelcast 的新手,想使用复制映射在两个微服务之间共享数据。将 spring-boot-starter 缓存与以下两个模块一起使用。开门了吗source/free?

  `enter code here`<!-- Core hazelcast module -->
    <dependency>
        <groupId>com.hazelcast</groupId>
        <artifactId>hazelcast</artifactId>
    </dependency>

    <!-- hazelcast-spring -->
    <dependency>
        <groupId>com.hazelcast</groupId>
        <artifactId>hazelcast-spring</artifactId>
    </dependency>

请帮忙

简答:是的。

长答案:它是 Apache,正如 GitHub 上的 LICENSE 文件明确指出的那样。