From e1a5409bfa2cca009160a961d9bff827ff133b1b Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 05 一月 2026 17:55:22 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_server
---
ycl-common/src/main/java/com/ycl/utils/ConstantPropertiesUtils.java | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/ycl-common/src/main/java/com/ycl/utils/ConstantPropertiesUtils.java b/ycl-common/src/main/java/com/ycl/utils/ConstantPropertiesUtils.java
index a97c2bc..7da39d4 100644
--- a/ycl-common/src/main/java/com/ycl/utils/ConstantPropertiesUtils.java
+++ b/ycl-common/src/main/java/com/ycl/utils/ConstantPropertiesUtils.java
@@ -16,11 +16,15 @@
@Value("${aliyun.oss.bucketName}")
private String bucketName;
+ @Value("${aliyun.oss.prefixUrl}")
+ private String prefixUrl;
+
// 瀹氫箟鍏紑鐨勯潤鎬佸父閲�
public static String END_POINT;
public static String ACCESS_KEY_ID;
public static String ACCESS_KEY_SECRET;
public static String BUCKET_NAME;
+ public static String PREFIX_URL;
@Override
public void afterPropertiesSet() throws Exception {
@@ -28,5 +32,6 @@
ACCESS_KEY_ID = keyId;
ACCESS_KEY_SECRET = keySecret;
BUCKET_NAME = bucketName;
+ PREFIX_URL = prefixUrl;
}
}
--
Gitblit v1.8.0