@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @ImportAutoConfiguration public @interface AutoConfigureWebMvc
Auto-configuration imports
for typical Spring MVC
tests. Most tests should consider using @WebMvcTest
rather than
using this annotation directly.WebMvcTest
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.