@RunWith(SpringJUnit4ClassRunner.class)让测试运行于Spring测试环境
@ContextConfiguration 用来指定加载的Spring配置文件的位置,会加载默认配置文件
加载Spring配置文件:@ContextConfiguration(classpath:/com/example/MyTest-context.xml文件)
感谢您的阅读,您的支持是我写博客动力。
@RunWith(SpringJUnit4ClassRunner.class)让测试运行于Spring测试环境
@ContextConfiguration 用来指定加载的Spring配置文件的位置,会加载默认配置文件
加载Spring配置文件:@ContextConfiguration(classpath:/com/example/MyTest-context.xml文件)
感谢您的阅读,您的支持是我写博客动力。
上一篇:Spring事务管理
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M