作者 RuoYi

升级oshi到最新版本6.1.6

@@ -25,8 +25,7 @@ @@ -25,8 +25,7 @@
25 <mybatis-spring-boot.version>2.2.2</mybatis-spring-boot.version> 25 <mybatis-spring-boot.version>2.2.2</mybatis-spring-boot.version>
26 <pagehelper.boot.version>1.4.1</pagehelper.boot.version> 26 <pagehelper.boot.version>1.4.1</pagehelper.boot.version>
27 <fastjson.version>1.2.80</fastjson.version> 27 <fastjson.version>1.2.80</fastjson.version>
28 - <oshi.version>6.1.2</oshi.version>  
29 - <jna.version>5.10.0</jna.version> 28 + <oshi.version>6.1.6</oshi.version>
30 <commons.io.version>2.11.0</commons.io.version> 29 <commons.io.version>2.11.0</commons.io.version>
31 <commons.fileupload.version>1.4</commons.fileupload.version> 30 <commons.fileupload.version>1.4</commons.fileupload.version>
32 <commons.collections.version>3.2.2</commons.collections.version> 31 <commons.collections.version>3.2.2</commons.collections.version>
@@ -83,18 +82,6 @@ @@ -83,18 +82,6 @@
83 <version>${oshi.version}</version> 82 <version>${oshi.version}</version>
84 </dependency> 83 </dependency>
85 84
86 - <dependency>  
87 - <groupId>net.java.dev.jna</groupId>  
88 - <artifactId>jna</artifactId>  
89 - <version>${jna.version}</version>  
90 - </dependency>  
91 -  
92 - <dependency>  
93 - <groupId>net.java.dev.jna</groupId>  
94 - <artifactId>jna-platform</artifactId>  
95 - <version>${jna.version}</version>  
96 - </dependency>  
97 -  
98 <!-- Swagger3依赖 --> 85 <!-- Swagger3依赖 -->
99 <dependency> 86 <dependency>
100 <groupId>io.springfox</groupId> 87 <groupId>io.springfox</groupId>
@@ -106,7 +106,7 @@ @@ -106,7 +106,7 @@
106 <span>Java虚拟机信息</span> 106 <span>Java虚拟机信息</span>
107 </div> 107 </div>
108 <div class="el-table el-table--enable-row-hover el-table--medium"> 108 <div class="el-table el-table--enable-row-hover el-table--medium">
109 - <table cellspacing="0" style="width: 100%;"> 109 + <table cellspacing="0" style="width: 100%;table-layout:fixed;">
110 <tbody> 110 <tbody>
111 <tr> 111 <tr>
112 <td class="el-table__cell is-leaf"><div class="cell">Java名称</div></td> 112 <td class="el-table__cell is-leaf"><div class="cell">Java名称</div></td>