1 Star 0 Fork 0

林泽鑫 / taolele

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
xiaolin 提交于 2021-05-29 19:17 . 项目90%
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.gdou.taolele</groupId>
<artifactId>taolele</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>taolele</name>
<description>聚合服务</description>
<packaging>pom</packaging>
<modules>
<module>taolele-product</module>
<module>taolele-coupon</module>
<module>taolele-member</module>
<module>taolele-order</module>
<module>taolele-ware</module>
<module>renren-fast</module>
<module>renren-generator</module>
<module>taolele-common</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/lin_zexin/taolele.git
git@gitee.com:lin_zexin/taolele.git
lin_zexin
taolele
taolele
master

搜索帮助