Description:
Field logMapper in com.lh.common.service.impl.LogServiceImpl required a bean of type 'com.lh.common.mapper.LogMapper' that could not be found.
Action:
Consider defining a bean of type 'com.lh.common.mapper.LogMapper' in your configuration.
1.版本: v2.6 2.环境:本地 3.复现步骤:我把jpa换成了mybatis-plus支持,在使用日志注解时,在mapper注入的时候springboot一直启动报错 4.日志提供: