Class RefreshAutoConfiguration


  • @Configuration(proxyBeanMethods=false)
    @ConditionalOnClass(RefreshScope.class)
    @ConditionalOnProperty(name="spring.cloud.refresh.enabled",
                           matchIfMissing=true)
    @AutoConfigureBefore(org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration.class)
    @EnableConfigurationProperties(RefreshProperties.class)
    public class RefreshAutoConfiguration
    extends Object
    Autoconfiguration for the refresh scope and associated features to do with changes in the Environment (e.g. rebinding logger levels).
    Author:
    Dave Syer, Venil Noronha