码迷,mamicode.com
首页 > Web开发 > 详细

阿里云图片或文件上传 启动时报Error creating bean with name 'ossClient'问题

时间:2018-03-20 18:08:28      阅读:1309      评论:0      收藏:0      [点我收藏+]

标签:com   inf   sts   blog   http   分享图片   创建   error   需要   

异常的主要信息是说无法创建ossClient对象

技术分享图片

下面debug显示出具体的原因是因为找不到org.apache.http.ssl.TrustStrategy

技术分享图片

org.apache.http.ssl.TrustStrategy其实是httpClient jar包中的,原因是因为httpClient 的版本过低,jar包中没有org.apache.http.ssl.TrustStrategy,

所以只需要从maven仓库中下载最新的httpClient jar包即可。本人之前用的是

技术分享图片

后来把版本号修改为4.5.5就可以正常使用了。其实引入oos jar包已经自带httpclient jar,不需要再单独引入了,如果单独引入httpclient ,那就需要注意版本号的问题了。

 

阿里云图片或文件上传 启动时报Error creating bean with name 'ossClient'问题

标签:com   inf   sts   blog   http   分享图片   创建   error   需要   

原文地址:https://www.cnblogs.com/liurengang/p/8609998.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!