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

com.github.guang19.cosservice.config.COSClientConfiguration Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package com.github.guang19.cosservice.config;

import lombok.Getter;

;

/**
 * @author yangguang
 * @date 2020/2/3
 * @description 

COS客户端配置

*/ @Getter public class COSClientConfiguration { //COS客户端属性 private final COSClientProperties cosClientProperties; /** * COS客户端属性构造 * @param cosClientProperties COS客户端属 */ public COSClientConfiguration(COSClientProperties cosClientProperties) { this.cosClientProperties = cosClientProperties; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy