关于SpringBoot 程序启动报错——Field exportMapper in com.zhyy.server.impl.ExportServerImpl required a bean of type 'com.zhyy.mapper.ExportMapper' that could not be found.
解决办法 修改启动类注解 @MapperScan(basePackages ="********") 【*****代表Mapper层的地址】 也可能是需要在Mapper层 添加@Mapper注解