@Autowire注解注入问题

Could not autowire. No beans of ‘xxxxxxMapper’ type found:

方法1:在mapper文件上加@Repository注解,这是从spring2.0新增的一个注解,用于简化 Spring 的开发,实现数据访问
方法2:在mapper文件上加@Component注解,把普通pojo实例化到spring容器中,相当于配置文件中的

上一篇:No module named ‘tensorflow.examples.tutorials‘报错解决办法


下一篇:针对难以查清CPU过高的工具分析,perf工具的使用