クラス MockMvcAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.webmvc.test.autoconfigure.MockMvcAutoConfiguration
@AutoConfiguration(after=WebMvcAutoConfiguration.class)
@ConditionalOnWebApplication(type=SERVLET)
@EnableConfigurationProperties(WebMvcProperties.class)
@Import({org.springframework.boot.webmvc.test.autoconfigure.MockMvcConfiguration.class,org.springframework.boot.webmvc.test.autoconfigure.MockMvcTesterConfiguration.class})
public final class MockMvcAutoConfiguration
extends ObjectSE
MockMvc の自動構成。- 導入:
- 4.0.0
- 作成者:
- Phillip Webb, Andy Wilkinson, Stephane Nicoll, Brian Clozel
- 関連事項:
コンストラクター概要
コンストラクター方法の概要
コンストラクターの詳細
MockMvcAutoConfiguration
public MockMvcAutoConfiguration()