栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

运行springboot项目时报错: Description: The bean ‘userServiceImpl‘ could not be injected as a

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

运行springboot项目时报错: Description: The bean ‘userServiceImpl‘ could not be injected as a

运行springboot项目时报错:

   Description:

   The bean 'userServiceImpl' could not be injected as a 'com.tang.service.UserServiceImpl' because it is a JDK dynamic proxy that implements:
   	com.tang.service.UserService


   Action:

   Consider injecting the bean as one of its interfaces or forcing the use of CGLib-based proxies by setting proxyTargetClass=true on @EnableAsync and/or @EnableCaching.

  在controller中注入service时,要用接口注入。

@Autowired
UserService userService;  //要用接口
// 而不是 UserServiceImpl userService

道可道,非常道;名可名,非常名。
无名,天地之始,有名,万物之母。
故常无欲,以观其妙,常有欲,以观其徼。
此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/863136.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号