Spring 注解之 @MapperScan 和 @Mapper @Mapper注解 为了让别的类能够引用UserMapper,需要在UserMapper类上添加@Mapper注解: @Mapper public … 继续阅读 Spring 注解之 @MapperScan 和 @Mapper