Mapped Statements collection does not contain value for com.itheima.po.CustomerMapper.findCustomerBy
Mapped Statements collection does not contain value for com.itheima.po.CustomerMapper.findCustomerById
A problem encountered when learning MyBatis is solved as follows:
Check whether the namespace and method ids defined in the mapper. XML file are the same as the paths written when the SQLSession is invoked.