Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 spring-net-social-dropbox 库创建一个应用程序以在 Dropbox 服务上发布文件。是否可以更改/配置 WebClientHttpRequestFactory 类的属性?我想更改 Timeout 属性。
您可以将您的IDropbox实例转换为DropboxTemplate. 然后,您将可以访问RestTemplate具有RequestFactory属性的底层实例。
IDropbox
DropboxTemplate
RestTemplate
RequestFactory