Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
5693bbe1
Commit
5693bbe1
authored
May 11, 2022
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级oshi到最新版本6.1.6
parent
0055f479
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
15 deletions
+2
-15
pom.xml
pom.xml
+1
-14
ruoyi-ui/src/views/monitor/server/index.vue
ruoyi-ui/src/views/monitor/server/index.vue
+1
-1
No files found.
pom.xml
View file @
5693bbe1
...
...
@@ -25,8 +25,7 @@
<mybatis-spring-boot.version>
2.2.2
</mybatis-spring-boot.version>
<pagehelper.boot.version>
1.4.1
</pagehelper.boot.version>
<fastjson.version>
1.2.80
</fastjson.version>
<oshi.version>
6.1.2
</oshi.version>
<jna.version>
5.10.0
</jna.version>
<oshi.version>
6.1.6
</oshi.version>
<commons.io.version>
2.11.0
</commons.io.version>
<commons.fileupload.version>
1.4
</commons.fileupload.version>
<commons.collections.version>
3.2.2
</commons.collections.version>
...
...
@@ -83,18 +82,6 @@
<version>
${oshi.version}
</version>
</dependency>
<dependency>
<groupId>
net.java.dev.jna
</groupId>
<artifactId>
jna
</artifactId>
<version>
${jna.version}
</version>
</dependency>
<dependency>
<groupId>
net.java.dev.jna
</groupId>
<artifactId>
jna-platform
</artifactId>
<version>
${jna.version}
</version>
</dependency>
<!-- Swagger3依赖 -->
<dependency>
<groupId>
io.springfox
</groupId>
...
...
ruoyi-ui/src/views/monitor/server/index.vue
View file @
5693bbe1
...
...
@@ -106,7 +106,7 @@
<span>
Java虚拟机信息
</span>
</div>
<div
class=
"el-table el-table--enable-row-hover el-table--medium"
>
<table
cellspacing=
"0"
style=
"width: 100%;"
>
<table
cellspacing=
"0"
style=
"width: 100%;
table-layout:fixed;
"
>
<tbody>
<tr>
<td
class=
"el-table__cell is-leaf"
><div
class=
"cell"
>
Java名称
</div></td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment