Mybatis出现 “org.apache.ibatis.exceptions.PersistenceException”异常的一种情况:
在用resultMap时,不能返回结果,导致出现如下错误。问题在于po(javabean)上,不能存在有参构造方法(视频上老师确实也没写):
解决方法: