我的问题是junit 4.11版本配合spring 4.3.8.RELEASE 就出现junit 报 initializationError错误,都是maven导入
类上传的注解
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations="classpath*:applicationContext.xml")
@Transactional
解决方案
我把junit的4.11版本 换成4.12版本就好了