1 Star 0 Fork 99

曹陆川 / 互联网O2O团购系统20加微服务拆分实战V1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 3.73 KB
一键复制 编辑 原始数据 按行查看 历史
2022 提交于 2021-09-27 17:25 . add
<?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>com.ruyuan.o2o.groupbuy</groupId>
<artifactId>ruyuan-o2o-groupbuy</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>ruyuan-o2o-groupbuy-manage-account-service</module>
<module>ruyuan-o2o-groupbuy-manage-account-service-api</module>
<module>ruyuan-o2o-groupbuy-common</module>
<module>ruyuan-o2o-groupbuy-store-service-api</module>
<module>ruyuan-o2o-groupbuy-store-service</module>
<module>ruyuan-o2o-groupbuy-shop-service-api</module>
<module>ruyuan-o2o-groupbuy-shop-service</module>
<module>ruyuan-o2o-groupbuy-item-service-api</module>
<module>ruyuan-o2o-groupbuy-item-service</module>
<module>ruyuan-o2o-groupbuy-promotions-service-api</module>
<module>ruyuan-o2o-groupbuy-common-mybatis-generator</module>
<module>ruyuan-o2o-groupbuy-promotions-service</module>
<module>ruyuan-o2o-groupbuy-address-mapping-service-api</module>
<module>ruyuan-o2o-groupbuy-address-mapping-service</module>
<module>ruyuan-o2o-groupbuy-order-service-api</module>
<module>ruyuan-o2o-groupbuy-order-service</module>
<module>ruyuan-o2o-groupbuy-pay-service-api</module>
<module>ruyuan-o2o-groupbuy-pay-service</module>
<module>ruyuan-o2o-groupbuy-message-service-api</module>
<module>ruyuan-o2o-groupbuy-message-service</module>
<module>ruyuan-o2o-groupbuy-points-service-api</module>
<module>ruyuan-o2o-groupbuy-points-service</module>
<module>ruyuan-o2o-groupbuy-lottery-service-api</module>
<module>ruyuan-o2o-groupbuy-lottery-service</module>
<module>ruyuan-o2o-groupbuy-code-service-api</module>
<module>ruyuan-o2o-groupbuy-code-service</module>
<module>ruyuan-o2o-groupbuy-overage-service-api</module>
<module>ruyuan-o2o-groupbuy-overage-service</module>
<module>ruyuan-o2o-groupbuy-user-service-api</module>
<module>ruyuan-o2o-groupbuy-user-service</module>
<module>ruyuan-o2o-groupbuy-operator-record-service-api</module>
<module>ruyuan-o2o-groupbuy-operator-record-service</module>
<module>ruyuan-o2o-groupbuy-complaints-service-api</module>
<module>ruyuan-o2o-groupbuy-complaints-service</module>
<module>ruyuan-o2o-groupbuy-excel-service-api</module>
<module>ruyuan-o2o-groupbuy-excel-service</module>
<module>ruyuan-o2o-groupbuy-image-service-api</module>
<module>ruyuan-o2o-groupbuy-image-service</module>
<module>ruyuan-o2o-groupbuy-evaluate-service-api</module>
<module>ruyuan-o2o-groupbuy-evaluate-service</module>
<module>ruyuan-o2o-groupbuy-shipping-address-service-api</module>
<module>ruyuan-o2o-groupbuy-shipping-address-service</module>
<module>ruyuan-o2o-groupbuy-logistics-service-api</module>
<module>ruyuan-o2o-groupbuy-logistics-service</module>
<module>ruyuan-o2o-groupbuy-batch-service-api</module>
<module>ruyuan-o2o-groupbuy-batch-service</module>
<module>ruyuan-o2o-groupbuy-coupons-service-api</module>
<module>ruyuan-o2o-groupbuy-coupons-service</module>
<module>ruyuan-o2o-groupbuy-gateway</module>
<module>ruyuan-o2o-groupbuy-gateway-swagger</module>
</modules>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
</project>
1
https://gitee.com/caoluchuan/ruyuan-o2o-groupbuy.git
git@gitee.com:caoluchuan/ruyuan-o2o-groupbuy.git
caoluchuan
ruyuan-o2o-groupbuy
互联网O2O团购系统20加微服务拆分实战V1
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891