增加s3注解

dongguan-huaweiyun
LAPTOP-S9HJSOEB\昊天 2 years ago
parent 0f290d98f7
commit f55b5e0f29

@ -97,7 +97,7 @@ public class CronTab {
/** /**
* * s3
* *
* @param directory * @param directory
*/ */

@ -111,8 +111,13 @@ mybatis-plus:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
s3Config: s3Config:
# s3用户名
accessKey: "minio" accessKey: "minio"
# s3密码
secretKey: "minio123" secretKey: "minio123"
# s3网络位置端口
host: "192.168.1.52:9000" host: "192.168.1.52:9000"
# s3桶名
bucketName: "camera" bucketName: "camera"
# 下载的临时地址,凌晨定时清除
urlCache: "D://camera/" urlCache: "D://camera/"
Loading…
Cancel
Save