spring mybatis mapper Specified class is an interface

This error is because there are two mappers with the same class name in your project, but it is very likely that the mapper that spring told you is not right. It may be other mappers, and each mapper will search globally.

Read More: