报错 java.lang.IllegalStateException: Could not load TestContextBootstrapper [null]. Specify @Bootstra
由于我maven仓库之前已经有了有个5.0.10的test包 导致我的变量
<org.springframework.version>4.2.5.RELEASE</org.springframework.version>失效 低版本没有覆盖掉高版本的maven jar包,导致spring——test 与spring-mvc版本不一致 而产生报错 java.lang.IllegalStateException: Could not load TestContextBootstrapper [null]. Specify @BootstrapWith's 'value' attribute or make the default bootstrapper class available.