为了账号安全,请及时绑定邮箱和手机立即绑定

提示Autowired(required=true)}

Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.stylefeng.guns.custom.modular.system.dao.CustomHouseMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} 然后我在 dao 下面的 CustomHouseMapper 添加一个实现类 CustomHouseMapperImpl 这样就能启动了。可是这样做,所有的方法我又得重新自己写一遍。。。。。。。。。尴尬【

@Repository

public class CustomHouseMapperImpl implements CustomHouseMapper {


正在回答

1 回答

你的目录结构可能有问题,你可以看下这个类MybatisPlusConfig.java,这里面会扫描mapper类,但是目录需要是这种com.stylefeng.guns.modular.*.dao

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

提示Autowired(required=true)}

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信