This commit is contained in:
zhoudi
2025-06-16 19:20:45 +08:00
parent 037ec986bc
commit 4cc31941e0
24 changed files with 1337 additions and 4 deletions

View File

@@ -0,0 +1,24 @@
<?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>
<modules>
<module>yudao-module-template-api</module>
<module>yudao-module-template-server</module>
</modules>
<modelVersion>4.0.0</modelVersion>
<artifactId>yudao-module-template</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
样例模块。
</description>
</project>