alibaba / aliyun-spring-boot

Spring Boot Starters for Aliyun services
Apache License 2.0
449 stars 108 forks source link

[ISSUE] #61

Open crf000 opened 3 years ago

crf000 commented 3 years ago

README文档里: @Autowired private OSSClient ossClient;

应该改为

@Autowired private OSS ossClient;

HeathKang commented 3 years ago

附议楼上,调试了大半天,居然发现是这个错误。。。 image image