1 Star 0 Fork 99

郑锡真 / gomyck-fastdfs-spring-boot-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
梦在星辰ck 提交于 2019-08-28 11:11 . 1.1.0-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.0-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>
</dependencies>
</project>
Java
1
https://gitee.com/zhengxizhen_erp/gomyck-fastdfs-spring-boot-starter.git
git@gitee.com:zhengxizhen_erp/gomyck-fastdfs-spring-boot-starter.git
zhengxizhen_erp
gomyck-fastdfs-spring-boot-starter
gomyck-fastdfs-spring-boot-starter
master

搜索帮助