Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]为什么我maven依赖不上文档中的地址 #62

Open
edifangyi opened this issue Jul 1, 2021 · 4 comments
Open

[Question]为什么我maven依赖不上文档中的地址 #62

edifangyi opened this issue Jul 1, 2021 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@edifangyi
Copy link

 <dependency>
        <groupId>com.alibaba.cloud</groupId>
        <artifactId>aliyun-sms-spring-boot-starter</artifactId>
    </dependency>

没有办法依赖,artifactId是红的

@edifangyi edifangyi added the help wanted Extra attention is needed label Jul 1, 2021
@PeiRunWu
Copy link

spring-cloud-starter-alicloud-oss 是这个,文档上面那个导不进去

@kkeeliu
Copy link

kkeeliu commented Jun 9, 2022

com.alibaba.cloud spring-cloud-starter-alicloud-oss 还是用这个吧

@TrackAir
Copy link

可以查看阿里云maven镜像 aliyun-sms-spring-boot-starter有哪些版本 加上去即可

@TrackAir
Copy link

    <dependency>
        <groupId>com.alibaba.cloud</groupId>
        <artifactId>aliyun-oss-spring-boot-starter</artifactId>
        <version>1.0.0</version>
    </dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants