クラス DataWebAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.data.autoconfigure.web.DataWebAutoConfiguration
@AutoConfiguration
@ConditionalOnWebApplication(type=SERVLET)
@ConditionalOnClass({org.springframework.data.web.PageableHandlerMethodArgumentResolver.class,WebMvcConfigurer.class})
@ConditionalOnMissingBean(org.springframework.data.web.PageableHandlerMethodArgumentResolver.class)
@EnableConfigurationProperties(DataWebProperties.class)
public final class DataWebAutoConfiguration
extends ObjectSE
Spring Data の Web サポート用の
Auto-configuration。 実際には、自動構成は、@EnableSpringDataWebSupport アノテーションを通じて Spring Data の Web サポートを有効にすることと同等です。
- 導入:
- 4.0.0
- 作成者:
- Andy Wilkinson, Vedran Pavic, Yanming Zhou
メソッドのサマリー