Unsatisfied dependency expressed through field ‘ossClient‘; nested exception is org.springframework.

Gulimall-Third-Party启动失败

Unsatisfied dependency expressed through field ‘ossClient’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘ossClient’ defined in class path resource [com/alibaba/cloud/spring/boot/oss/autoconfigure/OssContextAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.aliyun.oss.OSS]: Factory method ‘ossClient’ threw exception; nested exception is java.lang.NoSuchFieldError: INSTANCE

1.引入common 需要排除httpcore

 		<dependency>
            <groupId>com.atguigu.gulimall</groupId>
            <artifactId>gulimall-common</artifactId>
            <version>0.0.1-SNAPSHOT</version>
            <exclusions>
                <exclusion>
                    <groupId>com.baomidou</groupId>
                    <artifactId>mybatis-plus-boot-starter</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>mysql</groupId>
                    <artifactId>mysql-connector-java</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>com.alibaba</groupId>
                    <artifactId>druid</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.apache.geronimo.bundles</groupId>
                    <artifactId>httpcore</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

2.使用最新的依赖方式

 <!--        引入oss对象存储依赖-->
        <dependency>
            <groupId>com.alibaba.cloud</groupId>
            <artifactId>aliyun-oss-spring-boot-starter</artifactId>
            <version>1.0.0</version>
        </dependency>

        <dependency>
            <groupId>com.aliyun.oss</groupId>
            <artifactId>aliyun-sdk-oss</artifactId>
            <version>3.15.2</version>
        </dependency>
 <!-- 注意aliyun-sdk-oss一定要引入3.15.2版本,高版本,其中的com.aliyun:aliyun-java-sdk-core:4.5.10版本不低,就不会有版本冲突-->

3.yml 中配置

server:
  port: 5000
spring:
  application:
    name: GULIMALL-THIRD-PARTY #第三方服务
  cloud:
    nacos:
      discovery:
        namespace: 0417dd33-6991-46a2-80c1-c5b4fcb68990
        server-addr: 192.168.88.30:8848
      config:
        namespace: 0417dd33-6991-46a2-80c1-c5b4fcb68990
        server-addr: 192.168.88.30:8848
# oss链接配置
alibaba:
  cloud:
    access-key: 
    secret-key: 
    oss:
      endpoint: 
      bucket: 
  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值