
异常
z496007165
这个作者很懒,什么都没留下…
展开
-
SqlMapException: There is no statement named xxx in this SqlMap.
java.sql.SQLException: Invalid parameter object type. Expectedcom.ibatis.sqlmap.client.SqlMapException: There is no statement named xxx in this SqlMap.问题原因:Dao类方法中没有写对应sql.xml的id名称;将sql.xml中id和Dao类中方原创 2018-01-02 15:33:46 · 2434 阅读 · 0 评论 -
org.springframework.beans.factory.BeanCreationException;Caused by: org.springframework.beans.factory
1. xml文件中多了标签,比如 2. xml文件中在注释时,多写了 发生问题原因:在注释代码时,批量注释,导致原来已经注释的代码外层又注释了一遍,外层的原创 2018-01-23 15:28:37 · 404 阅读 · 0 评论