yxk-20260409-集成流程引擎bpm代码

This commit is contained in:
ye1023
2026-04-09 15:55:31 +08:00
parent d94e9c9bc4
commit 9a65463105
582 changed files with 364516 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
<?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>jeecg-boot-parent</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-boot-platform</artifactId>
<packaging>pom</packaging>
<modules>
<module>jeecg-boot-module-airag-flow</module>
<module>jeecg-boot-module-desform</module>
<module>jeecg-boot-module-online</module>
<module>jeecg-boot-module-bpm-flowable</module>
</modules>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
<!-- 子模块打JAR排除特殊配置文件 -->
<excludes>
<exclude>jeecglic.properties</exclude>
<exclude>rebel.xml</exclude>
<exclude>application.yml</exclude>
</excludes>
</resource>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.xml</include>
<include>**/*.json</include>
<include>**/*.ftl</include>
</includes>
</resource>
</resources>
</build>
</project>