From f9129bd54ee52b1b6f243fd353c120e0f55e35f5 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期四, 13 一月 2022 15:23:17 +0800
Subject: [PATCH] update 代码生成调整 删除无用导报与逻辑
---
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