当前位置:   article > 正文

阿里云存储oss依赖报错解决方法_com.alibaba.cloud:spring-cloud-alibaba-dependencie

com.alibaba.cloud:spring-cloud-alibaba-dependencies: not found
  1. <!--阿里云对象云存储-->
  2. <dependency>
  3. <groupId>com.alibaba.cloud</groupId>
  4. <artifactId>spring-cloud-starter-alicloud-oss</artifactId>
  5. </dependency>
  6. <dependencyManagement>
  7. <dependencies>
  8. <dependency>
  9. <groupId>com.alibaba.cloud</groupId>
  10. <artifactId>spring-cloud-alibaba-dependencies</artifactId>
  11. <version>2.1.0.RELEASE</version>
  12. <type>pom</type>
  13. <scope>import</scope>
  14. </dependency>
  15. </dependencies>
  16. </dependencyManagement>

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/425714
推荐阅读
相关标签
  

闽ICP备14008679号