This commit is contained in:
2024-01-14 20:35:50 +08:00
parent f7de0a9349
commit ec8cf958b7
10 changed files with 96 additions and 20 deletions

13
pom.xml
View File

@@ -12,6 +12,13 @@
&lt;!&ndash;<module>qtask</module>&ndash;&gt;
</modules>-->
<repositories>
<repository>
<id>maven-nexus</id>
<name>maven-nexus</name>
<url>https://nexus.1216.top/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>
<!-- redkale支持 -->
@@ -50,7 +57,7 @@
<dependency>
<groupId>com.jfinal</groupId>
<artifactId>jfinal</artifactId>
<version>3.3</version>
<version>5.1.5</version>
</dependency>
<!-- poi支持 -->
@@ -81,8 +88,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>19</source>
<target>19</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>