欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

如何轻松搞定在使用aliyun-oss-spring-boot-starter时的依赖导入错误:只需在pom.xml里的部分添加所需依赖

最编程 2024-02-17 14:38:50
...
<dependency>
    <groupId>com.alibaba.cloud</groupId>
  <artifactId>aliyun-spring-boot-dependencies</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
  <scope>import</scope>
</dependency>