Class RefreshAutoConfiguration

java.lang.Object
org.springframework.cloud.autoconfigure.RefreshAutoConfiguration

@Configuration(proxyBeanMethods=false) @ConditionalOnClass(RefreshScope.class) @ConditionalOnProperty(name="spring.cloud.refresh.enabled", matchIfMissing=true) @AutoConfigureBefore(name="org.springframework.boot.hibernate.autoconfigure.HibernateJpaAutoConfiguration") @EnableConfigurationProperties(RefreshAutoConfiguration.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, Olga Maciaszek-Sharma, Yanming Zhou