关于java.lang.NoClassDefFoundError: io/netty/channel/EventLoopGroup

报错如下:
关于java.lang.NoClassDefFoundError: io/netty/channel/EventLoopGroup_第1张图片
解决办法:
在pom中加入依赖:

		<dependency>
            <groupId>io.nettygroupId>
            <artifactId>netty-allartifactId>
            <version>4.1.32.Finalversion>
        dependency>

你可能感兴趣的:(Bug,java,netty,maven)