SpringBoot MyBatis Plus框架项目无法启动,创建bean失败,mapper service(impl) controller创建bean失败问题
问题这个问题的出现是,我单独新建实体(entity)和新建冲控制器(controller)是没问题的。实体类如下:@Data@EqualsAndHashCode(callSuper=false)@TableName(value="test_data",keepGlobalPrefix=true)@TableComment("测试数据")@ApiModel(value="测试数据")publiccl