0
点赞
收藏
分享

微信扫一扫

java.lang.NoClassDefFoundError: io/netty/internal/tcnative/SSLPrivateKeyMethod

柠檬的那个酸_2333 2022-01-04 阅读 88

添加netty jar包

    <dependency>
      <groupId>io.netty</groupId>
      <artifactId>netty-tcnative-boringssl-static</artifactId>
      <version>2.0.44.Final</version> <!-- See table for correct version -->
    </dependency>

举报

相关推荐

0 条评论