1 Star 0 Fork 99

超如 / gomyck-fastdfs-spring-boot-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.23 KB
一键复制 编辑 原始数据 按行查看 历史
梦在星辰ck 提交于 2020-11-12 16:01 . 1.1.4-SNAPSHOT
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.gomyck</groupId>
<artifactId>gomyck-fastdfs</artifactId>
<version>1.1.4-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<name>gomyck-fastdfs-spring-boot-starter</name>
<artifactId>gomyck-fastdfs-spring-boot-starter</artifactId>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>com.github.tobato</groupId>
<artifactId>fastdfs-client</artifactId>
</dependency>
<dependency>
<groupId>com.gomyck</groupId>
<artifactId>gomyck-redis-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.gomyck</groupId>
<artifactId>gomyck-util</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
<profiles>
<profile>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<id>develop-fastdfs</id>
<repositories>
<repository>
<id>sonatype-Release</id>
<url>https://oss.sonatype.org/content/repositories/releases/</url>
</repository>
<repository>
<id>sonatype-Snapshot</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
</profile>
</profiles>
</project>
Java
1
https://gitee.com/helloxiaoru/gomyck-fastdfs-spring-boot-starter.git
git@gitee.com:helloxiaoru/gomyck-fastdfs-spring-boot-starter.git
helloxiaoru
gomyck-fastdfs-spring-boot-starter
gomyck-fastdfs-spring-boot-starter
master

搜索帮助