dubbotwo中ItemController中@Autowired IDubboItemService自动注入失败

来源:3-7 业务场景实战之商城商品列表功能~搭建微服务Spring Boot项目

慕斯8267520

2020-06-20 22:10

Error creating bean with name 'itemController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dubboItemService': FactoryBean threw exception on object creation; nested exception is java.lang.NoClassDefFoundError: io/netty/channel/nio/NioEventLoopGroup

写回答 关注

1回答

  • weixin_精慕门6175469
    2022-07-25 11:04:59

    装netty依赖就好了(亲测管用)

2小时实战Apache顶级项目-RPC框架Dubbo分布式服务调度

快速入门并实战分布式任务调度框架Dubbo

20338 学习 · 145 问题

查看课程

相似问题