类 MockMvcAutoConfiguration

java.lang.Object
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 Object
Auto-configuration for MockMvc.
从以下版本开始:
1.4.0
作者:
Phillip Webb, Andy Wilkinson, Stephane Nicoll, Brian Clozel
另请参阅: