Factory method 'oSSClient' threw exception; nested exception is java.lang.No 问题解决

项目使用阿里云存储,但在pom.xml又引入了http的支持依赖会发生该错误, 我移除了这两个就没事了

    <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>fastjson</artifactId>
            <version>1.2.7</version>
        </dependency>

        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>4.3.5</version>
        </dependency>

版权声明:本文为weixin_41492426原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。