IDEA:@Autowired提示Could not autowire. No beans of ‘PmsBrandMapper‘ type found.【已解决】
@Autowired提示Could not autowire. No beans of 'PmsBrandMapper' type found.
- 问题描述
- 问题详情
- 解决方法
问题描述
Could not autowire. No beans of 'PmsBrandMapper’ type found.
-》无法自动连线。找不到“PmsBrandMapper”类型的bean。【百度翻译】
问题详情
解决方法
把@Autowired改成@Resource,就ok啦
赞 (0)