ludu-cloud/ludu-module-datacenter/pom.xml
2024-07-23 16:34:44 +08:00

24 lines
905 B
XML

<?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">
<parent>
<artifactId>yudao</artifactId>
<groupId>cn.iocoder.cloud</groupId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ludu-module-datacenter</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<modules>
<module>ludu-module-datacenter-biz</module>
<module>ludu-module-datacenter-api</module>
</modules>
<description>
大屏服务的数据 模块,我们放数据中心业务,只负责调用数据(读)。
例如:售票数据、检票数据等
</description>
</project>