All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zodiac.autoconfigure.bootstrap.registry.AutoAppRegistrationConfiguration Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.autoconfigure.bootstrap.registry;

import org.springframework.boot.SpringBootConfiguration;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.zodiac.commons.constants.SystemPropertiesConstants;

@SpringBootConfiguration
@EnableConfigurationProperties(value = {AutoAppRegistrationProperties.class})
@ConditionalOnProperty(value = SystemPropertiesConstants.Zodiac.SPRING_BOOTSTRAP_REGISTRY_AUTO_REGIS_ENABLED,
    matchIfMissing = true)
public class AutoAppRegistrationConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy