Browse Source

增加dam转txt方法

dengsixing 1 year ago
parent
commit
80e8fcd4ae
1 changed files with 16 additions and 3 deletions
  1. 16 3
      4dkankan-utils-model/pom.xml

+ 16 - 3
4dkankan-utils-model/pom.xml

@@ -41,6 +41,19 @@
 
     </dependencies>
 
-
-
-</project>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>8</source>
+                    <target>8</target>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+
+
+</project>