Merge remote-tracking branch 'origin/develop' into obf
This commit is contained in:
+551
-551
File diff suppressed because it is too large
Load Diff
@@ -14,13 +14,13 @@ import org.springframework.stereotype.Component;
|
||||
@Data
|
||||
public class StaticConfig {
|
||||
|
||||
@Value("${jeecg.oss.accessKey}")
|
||||
@Value("${jeecg.oss.accessKey:}")
|
||||
private String accessKeyId;
|
||||
|
||||
@Value("${jeecg.oss.secretKey}")
|
||||
@Value("${jeecg.oss.secretKey:}")
|
||||
private String accessKeySecret;
|
||||
|
||||
@Value(value = "${spring.mail.username}")
|
||||
@Value(value = "${spring.mail.username:}")
|
||||
private String emailFrom;
|
||||
|
||||
static {
|
||||
|
||||
@@ -13,13 +13,13 @@ import org.springframework.context.annotation.Configuration;
|
||||
@Configuration
|
||||
public class OssConfiguration {
|
||||
|
||||
@Value("${jeecg.oss.endpoint}")
|
||||
@Value("${jeecg.oss.endpoint:}")
|
||||
private String endpoint;
|
||||
@Value("${jeecg.oss.accessKey}")
|
||||
@Value("${jeecg.oss.accessKey:}")
|
||||
private String accessKeyId;
|
||||
@Value("${jeecg.oss.secretKey}")
|
||||
@Value("${jeecg.oss.secretKey:}")
|
||||
private String accessKeySecret;
|
||||
@Value("${jeecg.oss.bucketName}")
|
||||
@Value("${jeecg.oss.bucketName:}")
|
||||
private String bucketName;
|
||||
@Value("${jeecg.oss.staticDomain:}")
|
||||
private String staticDomain;
|
||||
|
||||
Reference in New Issue
Block a user