spring-cloud/sk-module-data/pom.xml

24 lines
798 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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<modules>
<module>sk-module-data-api</module>
<module>sk-module-data-biz</module>
</modules>
<artifactId>sk-module-data</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
data 模块下,提供对外的数据,以接口的形式提供
</description>
</project>