No MyBatis mapper was found in '[com.wuji.springboot]' package. Please check your configuration.
这个原因是启动器上要添加:@MapperScan(“com.wuji.mapper”)注解,让Spring发现创建此接口实例
No MyBatis mapper was found in '[com.wuji.springboot]' package. Please check your configuration.
这个原因是启动器上要添加:@MapperScan(“com.wuji.mapper”)注解,让Spring发现创建此接口实例