tj
2025-04-17 15ea9064ecdfbb9c90a1e5123f2f60e0e94c5b9f
src/main/java/com/mzl/flower/config/oss/TosOssProperties.java
文件名从 src/main/java/com/mzl/flower/config/TosProperties.java 修改
@@ -1,4 +1,4 @@
package com.mzl.flower.config;
package com.mzl.flower.config.oss;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
@@ -7,7 +7,7 @@
@Data
@Component
@ConfigurationProperties(prefix = "tos-oss")
public class TosProperties {
public class TosOssProperties {
    private String endpoint;
    private String region;