2
0

初始化项目

This commit is contained in:
cms
2024-11-14 10:39:59 +08:00
commit 432ff24fe6
396 changed files with 42645 additions and 0 deletions

25
wfc-modules/pom.xml Normal file
View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.wfc</groupId>
<artifactId>wfc</artifactId>
<version>3.6.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<modules>
<module>wfc-system</module>
<module>wfc-gen</module>
<module>wfc-job</module>
<module>wfc-file</module>
</modules>
<artifactId>wfc-modules</artifactId>
<packaging>pom</packaging>
<description>
wfc-modules业务模块
</description>
</project>