@Configuration @ConditionalOnWebApplication @ConditionalOnClass(value={org.springframework.data.web.PageableHandlerMethodArgumentResolver.class,org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter.class}) @ConditionalOnMissingBean(value=org.springframework.data.web.PageableHandlerMethodArgumentResolver.class) 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 © 2016 Pivotal Software, Inc.. All rights reserved.