クラス MockMvcAutoConfiguration

java.lang.ObjectSE
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration

@AutoConfiguration(after={WebMvcAutoConfiguration.class,WebTestClientAutoConfiguration.class}) @ConditionalOnWebApplication(type=SERVLET) @EnableConfigurationProperties({ServerProperties.class,WebMvcProperties.class}) @Import({org.springframework.boot.test.autoconfigure.web.servlet.MockMvcConfiguration.class,org.springframework.boot.test.autoconfigure.web.servlet.MockMvcTesterConfiguration.class}) public class MockMvcAutoConfiguration extends ObjectSE
MockMvc の自動構成。
導入:
1.4.0
作成者:
Phillip Webb, Andy Wilkinson, Stephane Nicoll, Brian Clozel
関連事項: