1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/ld114631028-storage-spring-boot-starter

Клонировать/Скачать
pom.xml 3.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
li1244 Отправлено 27.03.2023 11:54 5579af6
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.10</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>cn.iwenjuan</groupId>
<artifactId>storage-spring-boot-starter</artifactId>
<version>1.0.1-SNAPSHOT</version>
<name>storage-spring-boot-starter</name>
<description>storage-spring-boot-starter</description>
<properties>
<java.version>1.8</java.version>
<thumbnailator.version>0.4.17</thumbnailator.version>
<minio.version>8.4.3</minio.version>
<okhttp.version>4.9.2</okhttp.version>
<fastdfs.client.version>1.27.2</fastdfs.client.version>
<aliyun.oss.version>3.15.1</aliyun.oss.version>
<qiniu.version>7.7.0</qiniu.version>
</properties>
<dependencies>
<!--引入spring-boot-starter:所有starter的基本配置-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<!-- 图片压缩 -->
<dependency>
<groupId>net.coobird</groupId>
<artifactId>thumbnailator</artifactId>
<version>${thumbnailator.version}</version>
</dependency>
<!-- minio -->
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>${minio.version}</version>
<scope>provided</scope>
</dependency>
<!-- minio 需要用到okhttp -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${okhttp.version}</version>
<scope>provided</scope>
</dependency>
<!-- fastdfs 客户端 -->
<dependency>
<groupId>com.github.tobato</groupId>
<artifactId>fastdfs-client</artifactId>
<version>${fastdfs.client.version}</version>
<scope>provided</scope>
</dependency>
<!-- 七牛云 -->
<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
<version>${qiniu.version}</version>
<scope>provided</scope>
</dependency>
<!-- aliyun oss -->
<dependency>
<groupId>com.aliyun.oss</groupId>
<artifactId>aliyun-sdk-oss</artifactId>
<version>${aliyun.oss.version}</version>
<scope>provided</scope>
</dependency>
<!-- lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/ld114631028-storage-spring-boot-starter.git
git@api.gitlife.ru:oschina-mirror/ld114631028-storage-spring-boot-starter.git
oschina-mirror
ld114631028-storage-spring-boot-starter
ld114631028-storage-spring-boot-starter
master