随笔分类 -  Test

测试工具的学习
摘要:checkoutTimeout设置成1000引发的调试错误: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### E 阅读全文
posted @ 2016-10-07 12:27 玉曲风 阅读(9806) 评论(0) 推荐(0)
摘要:测试类添加两个注解 @RunWith(SpringJUnit4ClassRunner.class)和@ContextConfiguration(locations = "classpath:applicationContext.xml")配置文件如果有多个,可以传个数组进去@ContextConfi 阅读全文
posted @ 2016-07-09 11:51 玉曲风 阅读(264) 评论(0) 推荐(0)