【新增】新增OSS-SDK

This commit is contained in:
2025-11-12 09:26:35 +08:00
parent 57f97a490a
commit 74d19bb9d6
2 changed files with 87 additions and 0 deletions

View File

@@ -42,6 +42,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.15.1' // OSS SDK
}
tasks.named('test') {