【新增】完善固件上传

This commit is contained in:
2025-11-21 18:39:28 +08:00
parent 884459e91a
commit 75ed266532
6 changed files with 83 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok' // Lombok 注解处理
testImplementation 'org.springframework.boot:spring-boot-starter-test' // 测试框架
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' // thymeleaf模版引擎
implementation 'com.aliyun.oss:aliyun-sdk-oss:3.17.4' // OSS SDK
implementation 'com.aliyun.oss:aliyun-sdk-oss:3.18.1' // OSS SDK
}
tasks.named('test') {