All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.cloudscope.oss.config.properties.CosProperties Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package cn.cloudscope.oss.config.properties;

import lombok.Data;
import lombok.EqualsAndHashCode;
import org.springframework.boot.context.properties.ConfigurationProperties;

/**
 *  配置用户信息,可添加特有属性
 *
 * @author wangkp
 * @date 2022/1/24 14:25
 *
 * 
 *              www.cloudscope.cn
 *      Copyright (c) 2019. All Rights Reserved.
 * 
*/ @EqualsAndHashCode(callSuper = true) @Data @ConfigurationProperties(prefix = "oss.storage.cos") public class CosProperties extends CommonProperties { private String region; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy