我在哪里可以找到 Hazelcast 的 "services configuration element"?
Where can I find Hazelcast's "services configuration element"?
根据 Hazelcast 的文档,要创建自定义服务 class,您必须在 "services configuration element" 中启用它
可以在这里阅读:http://docs.hazelcast.org/docs/latest/manual/html-single/index.html#enabling-the-service-class
我已经下载了 hazelcast-3.9.3.jar 并将其定义为我新创建的 IntelliJ 项目中的外部库。我在哪里可以找到这个 "element" 或者我必须在哪里创建它?
@TMII,你需要在创建实现后在你的配置中定义它。请检查此部分:http://docs.hazelcast.org/docs/latest/manual/html-single/index.html#user-defined-services
根据 Hazelcast 的文档,要创建自定义服务 class,您必须在 "services configuration element" 中启用它 可以在这里阅读:http://docs.hazelcast.org/docs/latest/manual/html-single/index.html#enabling-the-service-class
我已经下载了 hazelcast-3.9.3.jar 并将其定义为我新创建的 IntelliJ 项目中的外部库。我在哪里可以找到这个 "element" 或者我必须在哪里创建它?
@TMII,你需要在创建实现后在你的配置中定义它。请检查此部分:http://docs.hazelcast.org/docs/latest/manual/html-single/index.html#user-defined-services