@Configuration @ConditionalOnWebApplication @ConditionalOnClass(value=) @ConditionalOnMissingBean(value= ) public class SpringDataWebAutoConfiguration extends Object
Auto-configuration
for Spring Data's web support.
When in effect, the auto-configuration is the equivalent of enabling Spring Data's web
support through the EnableSpringDataWebSupport
annotation.
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.