From 4c57c2a04408fb8f9c0c08cf8d1919c76a90658c Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期一, 11 四月 2022 11:50:16 +0800
Subject: [PATCH] update springboot-admin 2.6.5 => 2.6.6 update qiniu 7.9.3 => 7.9.5 update qcloud 5.6.68 => 5.6.72 update minio 8.3.7 => 8.3.8 update okhttp 4.9.2 => 4.9.3

---
 ruoyi-oss/src/main/java/com/ruoyi/oss/properties/OssProperties.java |   63 ++++++++++++++-----------------
 1 files changed, 28 insertions(+), 35 deletions(-)

diff --git a/ruoyi-oss/src/main/java/com/ruoyi/oss/properties/OssProperties.java b/ruoyi-oss/src/main/java/com/ruoyi/oss/properties/OssProperties.java
index 22b31c4..d09bfdb 100644
--- a/ruoyi-oss/src/main/java/com/ruoyi/oss/properties/OssProperties.java
+++ b/ruoyi-oss/src/main/java/com/ruoyi/oss/properties/OssProperties.java
@@ -2,8 +2,6 @@
 
 import lombok.Data;
 
-import java.util.Date;
-
 /**
  * OSS瀵硅薄瀛樺偍 閰嶇疆灞炴��
  *
@@ -12,44 +10,39 @@
 @Data
 public class OssProperties {
 
-	/**
-	 * 鍩熷悕
-	 */
-	private String endpoint;
+    /**
+     * 鍩熷悕
+     */
+    private String endpoint;
 
-	/**
-	 * 鍓嶇紑
-	 */
-	private String prefix;
+    /**
+     * 鍓嶇紑
+     */
+    private String prefix;
 
-	/**
-	 * ACCESS_KEY
-	 */
-	private String accessKey;
+    /**
+     * ACCESS_KEY
+     */
+    private String accessKey;
 
-	/**
-	 * SECRET_KEY
-	 */
-	private String secretKey;
+    /**
+     * SECRET_KEY
+     */
+    private String secretKey;
 
-	/**
-	 * 瀛樺偍绌洪棿鍚�
-	 */
-	private String bucketName;
+    /**
+     * 瀛樺偍绌洪棿鍚�
+     */
+    private String bucketName;
 
-	/**
-	 * 瀛樺偍鍖哄煙
-	 */
-	private String region;
+    /**
+     * 瀛樺偍鍖哄煙
+     */
+    private String region;
 
-	/**
-	 * 鏄惁https锛圷=鏄�,N=鍚︼級
-	 */
-	private String isHttps;
-
-	/**
-	 * 鏇存柊鏃堕棿
-	 */
-	private Date updateTime;
+    /**
+     * 鏄惁https锛圷=鏄�,N=鍚︼級
+     */
+    private String isHttps;
 
 }

--
Gitblit v1.9.3