1. 新增基础模块 databus,rule,html2pdf

This commit is contained in:
chenbowen
2025-09-03 08:55:30 +08:00
parent 7c45ea5a19
commit f1bbb8b305
40 changed files with 2027 additions and 477 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-databus-api</module>
<module>yudao-module-databus-server</module>
</modules>
<modelVersion>4.0.0</modelVersion>
<artifactId>yudao-module-databus</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
Databus 模块。
</description>
</project>