我试图从我的Spring应用程序中读取Google存储中的一个值。我使用Spring扩展来使用。我使用了示例应用程序中的代码,后者由pivotal和google提供。(UserCredentials.java:193) ~[google-auth-library-oauth2-http-0.16.1.jar:na]
at com.google.auth.oauth2:96) ~[google-auth-<em
我正在尝试将google-cloud-storage添加到我的maven存储库中,它可以很好地构建/编译,但在运行时我总是得到 java.lang.NoClassDefFoundError: com/<init>(HttpStorageRpc.java:109)
at com.google.cloud.storage.StorageOptions$DefaultStorageRpcFactory.create(StorageOpt