Error creating bean with name ‘studentMapper‘ defined in file

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘studentServiceImpl’: Unsatisfied dependency expressed through field ‘studentMapper’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘studentMapper’Cause of error:
Because repeated code generation with Mybatis Generator automatically generated duplicate code
You can find two sameselectByExampleWithRowbounds in *mapper.xml.

Read More: