Consider defining a bean of type 'com.dao.StudentDao' in your configuration.

Description:

Field studentDao in com.services.StudentService required a bean of type 'com.dao.StudentDao' that could not be found.


Action:

Consider defining a bean of type 'com.dao.StudentDao' in your configuration.

SpringBoot项目报错

在启动类上加

@MapperScan (basePackages = "com.dao")

扫描dao层的注解

发布了15 篇原创文章 · 获赞 3 · 访问量 771

猜你喜欢

转载自blog.csdn.net/qq_37158147/article/details/104100192