Unverified Commit 5e95ae5b authored by SnailClimb's avatar SnailClimb Committed by GitHub
Browse files

[代码完善]移除无用包 (#522)

parent aab6beff
...@@ -50,6 +50,7 @@ public class MonitorServiceImpl implements MonitorService { ...@@ -50,6 +50,7 @@ public class MonitorServiceImpl implements MonitorService {
HardwareAbstractionLayer hal = si.getHardware(); HardwareAbstractionLayer hal = si.getHardware();
// 系统信息 // 系统信息
resultMap.put("sys", getSystemInfo(os)); resultMap.put("sys", getSystemInfo(os));
// cpu 信息 // cpu 信息
resultMap.put("cpu", getCpuInfo(hal.getProcessor())); resultMap.put("cpu", getCpuInfo(hal.getProcessor()));
// 内存信息 // 内存信息
......
...@@ -17,7 +17,6 @@ package me.zhengjie.service; ...@@ -17,7 +17,6 @@ package me.zhengjie.service;
import me.zhengjie.domain.vo.EmailVo; import me.zhengjie.domain.vo.EmailVo;
import me.zhengjie.domain.EmailConfig; import me.zhengjie.domain.EmailConfig;
import org.springframework.scheduling.annotation.Async;
/** /**
* @author Zheng Jie * @author Zheng Jie
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment