From 5cc86ac9bc9d24e947d28542a1023e9c063a2a12 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期四, 11 十二月 2025 16:24:26 +0800
Subject: [PATCH] 抓拍配置页面修改
---
pom.xml | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index aca482f..a8ecfbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,6 +18,24 @@
<module>fzzy-igdss-view</module>
<module>fzzy-igdss-web</module>
<module>fzzy-igdss-doc</module>
+ <module>fzzy-igdss-io</module>
</modules>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.1</version>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+
</project>
\ No newline at end of file
--
Gitblit v1.9.3