Files

23 lines
769 B
XML
Raw Permalink Normal View History

2026-02-02 23:21:53 +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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.lideeyunji</groupId>
<artifactId>lideeYunJi</artifactId>
<version>${lidee.version}</version>
</parent>
<groupId>com.lideeyunji</groupId>
<artifactId>lidee-module</artifactId>
<packaging>pom</packaging>
<description> LideeyunJi低代码(个人业务模块) </description>
<modules>
<module>lidee-module-api</module>
<module>lidee-module-biz</module>
</modules>
</project>