@Component
@ConfigurationProperties(prefix="tencent")
public class TencentProperties
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
enabled
@Value("${bytedesk.tencent.enabled:false}")
private boolean enabled
-
bucketLocation
@Value("${tencent.bucket.location:ap-shanghai}")
private String bucketLocation
-
bucketName
@Value("${tencent.bucket.name:}")
private String bucketName
-
bucketDomain
@Value("${tencent.bucket.domain:}")
private String bucketDomain
-
appId
@Value("${tencent.appid:}")
private String appId
-
secretId
@Value("${tencent.secretid:}")
private String secretId
-
secretKey
@Value("${tencent.secretkey:}")
private String secretKey
-
uploadDirPrefix
@Value("${bytedesk.upload.dir.prefix:}")
private String uploadDirPrefix
-
Constructor Details
-
TencentProperties
public TencentProperties()