@Configuration @ConditionalOnEnabledHealthIndicator(value="mongo") @AutoConfigureBefore(value=HealthIndicatorAutoConfiguration.class) @AutoConfigureAfter(value={org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration.class,org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration.class,org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration.class}) @Import(value={org.springframework.boot.actuate.autoconfigure.mongo.MongoReactiveHealthIndicatorConfiguration.class,org.springframework.boot.actuate.autoconfigure.mongo.MongoHealthIndicatorConfiguration.class}) public class MongoHealthIndicatorAutoConfiguration extends Object
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.