3 Star 27 Fork 19

Halo Hsu / fastdfs-spring-boot-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.65 KB
一键复制 编辑 原始数据 按行查看 历史
Halo Hsu 提交于 2020-05-15 01:33 . fix get download url error without token
<?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
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.bluemiaomiao</groupId>
<artifactId>fastdfs-spring-boot-starter</artifactId>
<version>2.0.1-RELEASE</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/bluemiaomiao/fastdfs-spring-boot-starter.git</connection>
<developerConnection>scm:git:https://github.com/bluemiaomiao/fastdfs-spring-boot-starter.git</developerConnection>
<url>git:https://github.com/bluemiaomiao/fastdfs-spring-boot-starter.git</url>
</scm>
<developers>
<developer>
<name>bluemiaomiao</name>
<email>xv2017@outlook.com</email>
<organization>bluemiaomiao</organization>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>1.5.20.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>1.5.20.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
<version>1.5.20.RELEASE</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.6.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<doclint>none</doclint>
</configuration>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/bluemiaomiao/fastdfs-spring-boot-starter.git
git@gitee.com:bluemiaomiao/fastdfs-spring-boot-starter.git
bluemiaomiao
fastdfs-spring-boot-starter
fastdfs-spring-boot-starter
master

搜索帮助