This commit is contained in:
777
2025-12-22 10:18:01 +08:00
parent c7bdea46d0
commit 35fe4b005f
3 changed files with 141 additions and 0 deletions

View File

@@ -19,6 +19,11 @@
</properties>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
<version>1.3</version> <!-- 最新稳定版 -->
</dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-framework</artifactId>