1 Star 1 Fork 0

lijiao / gulimall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
lijiao 提交于 2021-05-12 19:56 . beetlsql框架学习
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>top.mall</groupId>
<artifactId>gulimall</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>谷粒商城聚合pom文件</description>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
</properties>
<modules>
<module>mall-common</module>
<module>mall-product</module>
<module>mall-auth</module>
<module>mall-design-patterns</module>
<module>mall-beetlsql</module>
<!-- <module>mall-coupon</module>
<module>mall-member</module>
<module>mall-order</module>
<module>mall-ware</module>
<module>mall-admin</module>
<module>mall-gateway</module>
<module>renren-generator</module>
<module>mall-third-party</module>
<module>mall-search</module>-->
</modules>
</project>
Java
1
https://gitee.com/lijiao163/gulimall.git
git@gitee.com:lijiao163/gulimall.git
lijiao163
gulimall
gulimall
master

搜索帮助