1 Star 0 Fork 602

没什么好笑的 / 仿百度网盘的一款轻量级微服务架构网盘系统,云盘系统,文件管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
996学院 提交于 2020-04-14 18:47 . 新增api客户端
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.micro</groupId>
<artifactId>netdisk</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>netdisk-service-api</module>
<module>netdisk-service-provider</module>
<module>netdisk-user-api</module>
<module>netdisk-user-provider</module>
<module>netdisk-web-manage</module>
<module>netdisk-web-perpc</module>
<module>utils-common</module>
<module>utils-office</module>
<module>utils-filestore</module>
<module>utils-filesearch</module>
<module>netdisk-log-api</module>
<module>netdisk-log-provider</module>
<module>netdisk-client</module>
<module>netdisk-client-provider</module>
</modules>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.9.RELEASE</version>
</parent>
<properties>
<project.build.sourceEncoding></project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
</properties>
<dependencies>
<!-- lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<!--jdk的编译版本-->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/xintao/zwz-netdisk.git
git@gitee.com:xintao/zwz-netdisk.git
xintao
zwz-netdisk
仿百度网盘的一款轻量级微服务架构网盘系统,云盘系统,文件管理系统
master

搜索帮助