Unsatisfied dependency expressed through field ‘baseMapper‘; nested exception is org.springframewor

在springboot启动类上加上dao或者mapper

@MapperScan("com.zhao.blog.mapper")

然后就正常启动
Unsatisfied dependency expressed through field ‘baseMapper‘; nested exception is org.springframewor_第1张图片

你可能感兴趣的:(mybatis-plus,java)