sunchenbin / A.CTable-Frame

A.CTable是一个基于Spring和Mybatis的Maven项目,actable 支持springboot,增强了Mybatis的功能,通过配置model注解的方式来创建表,修改表结构,目前仅支持Mysql ,码云上有各个发布版本的记录:https://gitee.com/sunchenbin/mybatis-enhance/releases
https://blog.csdn.net/sun5769675/article/details/74779640
Apache License 2.0
125 stars 57 forks source link

报错not found BaseCRUDMapper #9

Open AdamKingsley opened 4 years ago

AdamKingsley commented 4 years ago

配置后报错

`Description:

Field baseCRUDMapper in com.gitee.sunchenbin.mybatis.actable.manager.common.BaseCRUDManagerImpl required a bean of type 'com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper' that could not be found.

The injection point has the following annotations:

Action:

Consider defining a bean of type 'com.gitee.sunchenbin.mybatis.actable.dao.common.BaseCRUDMapper' in your configuration.

`

请问该问题怎么解决?

guoyzh commented 3 years ago

没有配置扫描actable的类吧