javaweb:在ssm框架中使用Junit+spring-test进行单元测试时出现的异常处理

在springmvc+spring+mybatis的项目中,使用Junit和spring-test进行单元测试时遇到Mapper.xml无法读取的问题。异常原因是测试不在服务器环境下,导致无法找到WEB-INF下的classpath。解决方案是将spring-dao.xml中映射文件路径的classpath:*Mapper.xml改为classpath*:*Mapper.xml,使它能从class路径和jar文件中查找。
摘要由CSDN通过智能技术生成

1、问题描述:

 在springmvc+spring+mybatis框架下做spring-test+Junit的单元测试时出现如下异常信息:

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): dao.UserDao.findById

	at org.apache.ibatis.binding.MapperMethod$SqlCommand.<init>(MapperMethod.java:227)
	at org.apache.ibatis.binding.MapperMethod.<init>(MapperMethod.java:49)
	at org.apache.ibatis.binding.MapperProxy.cachedMapperMethod(MapperProxy.java:65)
	at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:58)
	at com.sun.proxy.$Proxy25.findById(Unknown Source)
	at UserDaoTest.findText(UserDaoTest.java:12)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值