.NoClassDefFoundError: io/netty/channel/pool/ChannelPoolHandler
引用包不对
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.31.Final</version>
</dependency>
微信扫一扫
.NoClassDefFoundError: io/netty/channel/pool/ChannelPoolHandler
引用包不对
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.31.Final</version>
</dependency>
相关推荐