The controller error: the XX method in the service cannot be found

Record a problem I met:

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): XXX. XXX. XXX. XXXService. XXX

Solution:

@mapperscan annotation problem

Read More: