From 7e4bd7ccf756706965d1c039d72d17d68b61ee91 Mon Sep 17 00:00:00 2001 From: bitsofinfo Date: Tue, 26 Feb 2019 15:19:59 -0700 Subject: [PATCH] java.util.properties constructor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cffeea..01580cd 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ HazelcastInstance hazelcastInstance = HazelcastInstanceFactory Note this example command assumes an entrypoint script exists that execs the `java` command. Your *DOCKER_HOST* must be accessible over http (i.e. daemons listening on the *tcp://* socket -NOTE! All `-D` java System properties below can be omitted and alternatively defined within the `` Hazelcast XML configuration stanza itself. +NOTE! All `-D` java System properties below can be omitted and alternatively defined within the `` Hazelcast XML configuration stanza itself. You can mix/match combination of -D defined properties and those defined in Hazelcast XML. Properties defined in Hazelcast XMl take priority. **DOCKER_HOST non-tls** @@ -230,7 +230,7 @@ docker service create \ -jar /test.jar ``` -NOTE! All `-D` java System properties above can be omitted and alternatively defined within the `` Hazelcast XML configuration stanza itself. +NOTE! All `-D` java System properties above can be omitted and alternatively defined within the `` Hazelcast XML configuration stanza itself. You can mix/match combination of -D defined properties and those defined in Hazelcast XML. Properties defined in Hazelcast XMl take priority. Example configuration (using MemberAddressProvider for Hazelcast 3.9+): see the example: (hazelcast-docker-swarm-discovery-spi-example-member-address-provider.xml)[src/main/resources/META-INF/hazelcast-docker-swarm-discovery-spi-example-member-address-provider.xml]