From c91a7a7919bfd31ebd403b78703914b80188a5f4 Mon Sep 17 00:00:00 2001 From: chenjf <1004990705@qq.com> Date: Tue, 8 Aug 2023 17:39:40 +0800 Subject: [PATCH] first commit --- pom.xml | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ readme.md | 7 +++ 2 files changed, 133 insertions(+) create mode 100644 pom.xml create mode 100644 readme.md diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..037770b --- /dev/null +++ b/pom.xml @@ -0,0 +1,126 @@ + + + 4.0.0 + + org.ils.file + ils-file-storage + 1.0 + + + 8 + 8 + UTF-8 + + + org.springframework.boot + spring-boot-starter-parent + 2.6.6 + + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-starter-web + + + + cn.xuyanwu + spring-file-storage + 1.0.0 + + + + com.aliyun.oss + aliyun-sdk-oss + 3.16.1 + + + + io.minio + minio + 8.5.2 + + + + cn.hutool + hutool-all + 5.8.0 + + + + org.projectlombok + lombok + 1.18.22 + + + junit + junit + 4.13.2 + test + + + + io.springfox + springfox-swagger2 + 2.9.2 + + + com.github.xiaoymin + swagger-bootstrap-ui + 1.9.6 + + + + com.alibaba + fastjson + 1.2.83 + + + + mysql + mysql-connector-java + 8.0.27 + + + + com.baomidou + mybatis-plus-boot-starter + 3.5.1 + + + + com.alibaba + druid-spring-boot-starter + 1.1.22 + + + + + ilsEngineService-1.0 + + + org.springframework.boot + spring-boot-maven-plugin + + + org.ils.file.IlsFileStorageApplication + + + + + + repackage + + + + + + + \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..9388ba5 --- /dev/null +++ b/readme.md @@ -0,0 +1,7 @@ +=============== +ils 文件存储 支持阿里oos, minio等 +- 更新时间2023-7-21 +## 使用步骤 +- java -jar ils-file-storage-1.0.jar +- ## 接口文档地址 +- http://127.0.0.1:9098/doc.html