1 Star 3 Fork 0

陕西颜值扛把子 / Shopping-Mall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
陕西颜值扛把子 提交于 2020-04-11 20:25 . 添加商品添加功能
<?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.buguagaoshu.mall</groupId>
<artifactId>mall</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>mall</name>
<description>不挂高数商城聚合服务</description>
<packaging>pom</packaging>
<properties>
<java.version>11</java.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
<modules>
<module>mall-coupon</module>
<module>mall-member</module>
<module>mall-order</module>
<module>mall-product</module>
<module>mall-warehouse</module>
<module>mall-gateway</module>
<module>mall-third-party</module>
<!--
renren-fast 后台管理
https://gitee.com/renrenio/renren-fast
-->
<module>mall-admin</module>
<module>renren-generator</module>
<module>mall-common</module>
</modules>
</project>
1
https://gitee.com/puzhiweizuishuai/Shopping-Mall.git
git@gitee.com:puzhiweizuishuai/Shopping-Mall.git
puzhiweizuishuai
Shopping-Mall
Shopping-Mall
master

搜索帮助