Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
5e95ae5b
Unverified
Commit
5e95ae5b
authored
Nov 15, 2020
by
SnailClimb
Committed by
GitHub
Nov 15, 2020
Browse files
[代码完善]移除无用包 (#522)
parent
aab6beff
Changes
22
Hide whitespace changes
Inline
Side-by-side
eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/MonitorServiceImpl.java
View file @
5e95ae5b
...
...
@@ -50,6 +50,7 @@ public class MonitorServiceImpl implements MonitorService {
HardwareAbstractionLayer
hal
=
si
.
getHardware
();
// 系统信息
resultMap
.
put
(
"sys"
,
getSystemInfo
(
os
));
// cpu 信息
resultMap
.
put
(
"cpu"
,
getCpuInfo
(
hal
.
getProcessor
()));
// 内存信息
...
...
eladmin-tools/src/main/java/me/zhengjie/service/EmailService.java
View file @
5e95ae5b
...
...
@@ -17,7 +17,6 @@ package me.zhengjie.service;
import
me.zhengjie.domain.vo.EmailVo
;
import
me.zhengjie.domain.EmailConfig
;
import
org.springframework.scheduling.annotation.Async
;
/**
* @author Zheng Jie
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
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