苍穹外卖--新增菜品-文件上传功能实现

This commit is contained in:
2025-11-10 16:46:21 +08:00
parent 3257ae9b43
commit 4c6c570d49
9 changed files with 168 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
@Component
@ConfigurationProperties(prefix = "sky.alioss")
@ConfigurationProperties(prefix = "sky.alioss1")
@Data
public class AliOssProperties {