@Configuration @EnableConfigurationProperties(value=HazelcastProperties.class) @Import(value={}) @ConditionalOnProperty(prefix="hazelcast", name="enabled", havingValue="true", matchIfMissing=true) public class HazelcastConfiguration extends Object
public HazelcastConfiguration(HazelcastProperties hazelcastProperties)
Copyright © 2024. All rights reserved.