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

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

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

提问者:慕斯8267520 2020-06-20 22:10

个回答

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

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