升级oshi到最新版本v5.2.5
This commit is contained in:
		
							
								
								
									
										13
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -25,7 +25,8 @@ | |||||||
| 		<kaptcha.version>2.3.2</kaptcha.version> | 		<kaptcha.version>2.3.2</kaptcha.version> | ||||||
|         <pagehelper.boot.version>1.2.5</pagehelper.boot.version> |         <pagehelper.boot.version>1.2.5</pagehelper.boot.version> | ||||||
|         <fastjson.version>1.2.73</fastjson.version> |         <fastjson.version>1.2.73</fastjson.version> | ||||||
|         <oshi.version>3.9.1</oshi.version> |         <oshi.version>5.2.5</oshi.version> | ||||||
|  |         <jna.version>5.5.0</jna.version> | ||||||
|         <commons.io.version>2.5</commons.io.version> |         <commons.io.version>2.5</commons.io.version> | ||||||
|         <commons.fileupload.version>1.3.3</commons.fileupload.version> |         <commons.fileupload.version>1.3.3</commons.fileupload.version> | ||||||
|         <poi.version>3.17</poi.version> |         <poi.version>3.17</poi.version> | ||||||
| @@ -74,6 +75,16 @@ | |||||||
|                 <version>${oshi.version}</version> |                 <version>${oshi.version}</version> | ||||||
|             </dependency> |             </dependency> | ||||||
|  |  | ||||||
|  |             <dependency> | ||||||
|  |                 <groupId>net.java.dev.jna</groupId> | ||||||
|  |                 <artifactId>jna</artifactId> | ||||||
|  |             </dependency> | ||||||
|  |  | ||||||
|  |             <dependency> | ||||||
|  |                 <groupId>net.java.dev.jna</groupId> | ||||||
|  |                 <artifactId>jna-platform</artifactId> | ||||||
|  |             </dependency> | ||||||
|  | 			 | ||||||
|             <!-- swagger2--> |             <!-- swagger2--> | ||||||
|             <dependency> |             <dependency> | ||||||
|                 <groupId>io.springfox</groupId> |                 <groupId>io.springfox</groupId> | ||||||
|   | |||||||
| @@ -53,16 +53,6 @@ | |||||||
|             <artifactId>oshi-core</artifactId> |             <artifactId>oshi-core</artifactId> | ||||||
|         </dependency> |         </dependency> | ||||||
|  |  | ||||||
|         <dependency> |  | ||||||
|             <groupId>net.java.dev.jna</groupId> |  | ||||||
|             <artifactId>jna</artifactId> |  | ||||||
|         </dependency> |  | ||||||
|  |  | ||||||
|         <dependency> |  | ||||||
|             <groupId>net.java.dev.jna</groupId> |  | ||||||
|             <artifactId>jna-platform</artifactId> |  | ||||||
|         </dependency> |  | ||||||
|  |  | ||||||
|         <!-- 系统模块--> |         <!-- 系统模块--> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>com.ruoyi</groupId> |             <groupId>com.ruoyi</groupId> | ||||||
|   | |||||||
| @@ -189,7 +189,7 @@ public class Server | |||||||
|     private void setSysFiles(OperatingSystem os) |     private void setSysFiles(OperatingSystem os) | ||||||
|     { |     { | ||||||
|         FileSystem fileSystem = os.getFileSystem(); |         FileSystem fileSystem = os.getFileSystem(); | ||||||
|         OSFileStore[] fsArray = fileSystem.getFileStores(); |         List<OSFileStore> fsArray = fileSystem.getFileStores(); | ||||||
|         for (OSFileStore fs : fsArray) |         for (OSFileStore fs : fsArray) | ||||||
|         { |         { | ||||||
|             long free = fs.getUsableSpace(); |             long free = fs.getUsableSpace(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user