org.springframework.boot.autoconfigure.hazelcast.HazelcastAutoConfiguration.java currently only provides support for Hazelcast server instances.
This could be extended to support Hazelcast client instances.
Hazelcast servers are configured if a com.hazelcast.core.Config
Hazelcast clients can be configured with a com.hazelcast.client.config.ClientConfig