使用Myeclipse2015 配置spring、hibernate 是不需要再次添加spring持久化包的 亲测可用。
2015-12-26
直接可以用注解配置测试器,加载applicationContext.xml。
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration("classpath:applicationContext.xml")
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration("classpath:applicationContext.xml")
2015-11-14