1 Star 0 Fork 6

潘德华/little-file

forked from dushitaoyuan/little-file 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
dushitaoyuan 提交于 2020-03-31 23:16 . 新增fastdfs http
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.taoyuanx</groupId>
<artifactId>littlefile</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>littlefile</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<spring-cloud.version>Dalston.SR1</spring-cloud.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<skipTests>true</skipTests>
<spring.boot.version>2.1.12.RELEASE</spring.boot.version>
</properties>
<modules>
<module>littlefile-core</module>
<module>littlefile-servlet-sample</module>
<module>littlefile-springboot-sample</module>
<module>littlefile-combine</module>
<module>littlefile-fdfs-http</module>
</modules>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/pande88/little-file.git
git@gitee.com:pande88/little-file.git
pande88
little-file
little-file
master

搜索帮助