我刚刚加入了Google秘密经理
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-secretmanager</artifactId>
<version>1.0.1</version>
</dependency>
在我们的一个Maven项目中。当我尝试使用这些API时,它抛出以下错误
[DEBUG] [http-apr-8080-exec-68] [io.grpc.netty.shaded.io.netty.util.internal.NativeLibraryLoader]-ignsinuiNativeLibraryLoader.loadLibrary:344:无法加载库' io_grpc_netty_shaded_netty_transport_native_epoll_x86_64',尝试其他加载机制。\ n“,” stream“:” stdout“,” time“:” 2020-05-19T10:44:47.728098547Z“}
有人知道这是什么问题吗?
预先感谢
答案 0 :(得分:0)
当我在环境上更新Java版本时,它就解决了。
谢谢大家。