|
在你服务端的pom.xml里,把这两个库,用我指定的这个版本,然后再试试看:<dependency> <groupId>com.eatthepath</groupId> <artifactId>pushy</artifactId> <version>0.15.0</version><!-- 0.14.1版需要JDK1.8及以上版本 --> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>4.1.67.Final</version> </dependency> |