cn.cloudscope.oss.config.properties.MinioProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oss-spring-boot-starter Show documentation
Show all versions of oss-spring-boot-starter Show documentation
A Spring Boot Starter for OSS storage
package cn.cloudscope.oss.config.properties;
/**
* 配置用户信息,可添加特有属性
*
* @author wangkp
* @date 2022/1/24 14:25
*
*
* www.cloudscope.cn
* Copyright (c) 2019. All Rights Reserved.
*
*/
public class MinioProperties extends CommonProperties {
}