新增获取磁盘主机的信息

This commit is contained in:
2025-08-24 15:32:44 +08:00
parent ed21f9248e
commit c55d3f619a
17 changed files with 574 additions and 2 deletions

13
pom.xml
View File

@@ -43,6 +43,19 @@
<artifactId>commons-net</artifactId>
<version>3.11.0</version> <!-- 请根据需要使用最新版本 -->
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.18.0</version>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>