2026-04-24 21:57:28 +08:00

25 lines
868 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>
<parent>
<groupId>com.xiaomayi</groupId>
<artifactId>xiaomayi-services</artifactId>
<version>${revision}</version>
</parent>
<!-- 项目名称 -->
<artifactId>xiaomayi-goods</artifactId>
<!-- 项目打包类型POM代表父级分模块管理 -->
<packaging>pom</packaging>
<!-- 项目描述 -->
<description>小蚂蚁云商品服务模块</description>
<!-- 模块管理 -->
<modules>
<module>xiaomayi-goods-api</module>
<module>xiaomayi-goods-biz</module>
</modules>
</project>