ZhangWenQiang 6 лет назад
Родитель
Сommit
dca67d5c3f

+ 21 - 0
happy-boot-module-econtract/pom.xml

@@ -0,0 +1,21 @@
+<?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>
+    <artifactId>happy-boot-module-econtract</artifactId>
+    <version>2.1.0</version>
+    <parent>
+        <artifactId>happy-boot-parent</artifactId>
+        <groupId>org.jeecgframework.boot</groupId>
+        <version>2.1.0</version>
+    </parent>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.jeecgframework.boot</groupId>
+            <artifactId>happy-boot-base-common</artifactId>
+            <version>2.1.0</version>
+        </dependency>
+    </dependencies>
+</project>

+ 9 - 0
happy-boot-module-econtract/src/main/java/org/jeecg/common/ContractDemo.java

@@ -0,0 +1,9 @@
+package org.jeecg.common;
+
+/**
+ * @Author: zwq
+ * @Description:
+ * @Date: Create in 17:07 2019/11/13
+ */
+public class ContractDemo {
+}

+ 1 - 0
pom.xml

@@ -19,6 +19,7 @@
 		<module>happy-boot-module-common</module>
 		<module>happy-boot-module-flexjob</module>
         <module>happy-boot-module-pay</module>
+        <module>happy-boot-module-econtract</module>
     </modules>
 	
 	<distributionManagement>