kkmall/pom.xml

31 lines
1.1 KiB
XML
Raw Normal View History

2021-06-06 20:36:41 +08:00
<?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>name.lkk.kkmall</groupId>
<artifactId>kkmall</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>kkmall</name>
<description>聚合服务</description>
<packaging>pom</packaging>
<modules>
2021-06-07 16:51:30 +08:00
<module>kkmall-common</module>
2021-06-06 20:36:41 +08:00
<module>kkmall-coupon</module>
<module>kkmall-member</module>
<module>kkmall-order</module>
<module>kkmall-product</module>
<module>kkmall-ware</module>
2021-06-25 16:07:36 +08:00
<module>kkmall-search</module>
<module>kkmall-third-server</module>
<module>kkmall-auth-server</module>
2021-06-25 16:07:36 +08:00
<module>kkmall-gateway</module>
2021-07-09 00:05:59 +08:00
<module>kkmall-mq</module>
<module>kkmall-cart</module>
2021-07-18 16:36:36 +08:00
<module>kkmall-seckill</module>
2021-06-07 16:51:30 +08:00
<module>renren-fast</module>
<module>renren-generator</module>
2021-06-06 20:36:41 +08:00
</modules>
</project>