Class SpringDataWebAutoConfiguration
java.lang.Object
org.springframework.boot.data.autoconfigure.web.SpringDataWebAutoConfiguration
@AutoConfiguration
@ConditionalOnWebApplication(type=SERVLET)
@ConditionalOnClass({org.springframework.data.web.PageableHandlerMethodArgumentResolver.class,WebMvcConfigurer.class})
@ConditionalOnMissingBean(org.springframework.data.web.PageableHandlerMethodArgumentResolver.class)
@EnableConfigurationProperties(SpringDataWebProperties.class)
public final 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.
- Since:
- 4.0.0
- Author:
- Andy Wilkinson, Vedran Pavic, Yanming Zhou
-
Method Summary