init
This commit is contained in:
28
jeelowcode-framework/pom.xml
Normal file
28
jeelowcode-framework/pom.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.jeelowcode</groupId>
|
||||
<artifactId>jeelowcode</artifactId>
|
||||
<version>${jeelowcode.version}</version>
|
||||
</parent>
|
||||
|
||||
<groupId>com.jeelowcode</groupId>
|
||||
<artifactId>jeelowcode-framework</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>${project.artifactId}</name>
|
||||
<description>低代码框架工具包</description>
|
||||
|
||||
<modules>
|
||||
<module>jeelowcode-global</module>
|
||||
<module>jeelowcode-utils</module>
|
||||
<module>jeelowcode-tenant</module>
|
||||
<module>jeelowcode-excel</module>
|
||||
<module>jeelowcode-exception</module>
|
||||
<module>jeelowcode-plus</module>
|
||||
<module>jeelowcode-ai</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user