소스 검색

增加dam转txt方法

dengsixing 1 년 전
부모
커밋
80e8fcd4ae
1개의 변경된 파일16개의 추가작업 그리고 3개의 파일을 삭제
  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>