maven项目单元测试问题一

测试dao层时,会报this.getHibernateTemplate()这个的空指针异常,

解决方案:application_dao.xml文件中添加





 



你可能感兴趣的:(maven)