标签:not 问题 exception apache ica result tty XML res
今天遇到了这个错误:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found),结果查询出来的办法如下:
<select id="listMyBean" parameterType="com.xxx.bean.MyBean" resultType="com.xxx.bean.MyBean"></select>
的标签mybatis:
mapper-locations: classpath:/mapper/*.xml
Mybatis报错org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)问题解决办法汇总
标签:not 问题 exception apache ica result tty XML res
原文地址:https://www.cnblogs.com/Lenbrother/p/13041785.html