新怎表单模块

This commit is contained in:
wanggeng 2022-02-22 08:36:59 +08:00
parent 2b823268a0
commit fc2e721810
2 changed files with 20 additions and 0 deletions

19
module-form/pom.xml Normal file
View File

@ -0,0 +1,19 @@
<?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>wg-basic</artifactId>
<groupId>ink.wgink</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>module-form</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
</project>

View File

@ -44,6 +44,7 @@
<module>redis-cache</module>
<module>mongo-module-file</module>
<module>module-database-api</module>
<module>module-form</module>
</modules>
<packaging>pom</packaging>