馬老師網(wǎng)絡安全大師課2022
OssComponent
@Slf4j@Componentpublic class OssComponent {
? ?@Resource
? ?private OssConfig ossConfig;
? ?@Value("${spring.profiles.active}")
? ?private String active;
? ?public String uploadByInputStream(InputStream inputStream,
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?Long memberId, String fileName) {
? ? ? ?String bucketName = getBucketName();
標簽: