二、工作中的异常与解决方案
1.org.apache.ibatis.binding.bindingexception invalid bound statement (not found)
这个时绑定错误,mapper标签的namespace属性没有对应的mapper.xml
附链接:https://blog.csdn.net/softwarehe/article/details/8889206
2.在使用dbVisualizer这个数据库管理软件时,遇到了Could not read XML file 这个错误。
解决方案:https://www.jz-fw.com/qamain/view/40482017060000031.action
3.net.sf.ezmorph.bean.MorphDynaBean cannot be cast to
这是json解析错误:要转换的对象,属性里有个List类型的。
附链接:https://blog.csdn.net/zwrlj527/article/details/78327388。
4.file.delete()删除失败
记得关上FileInputStream流
参考链接:https://blog.csdn.net/qq_25475209/article/details/81185678
5.在was服务器上包时异常:websphere 配置库中已存在应用程序
链接:https://mengdboy.iteye.com/blog/1677379
多多交流,互帮互助