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
02bd5ce7
Commit
02bd5ce7
authored
May 24, 2022
by
Zheng Jie
Browse files
update
parent
e3efdf27
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/MonitorServiceImpl.java
View file @
02bd5ce7
...
@@ -181,7 +181,7 @@ public class MonitorServiceImpl implements MonitorService {
...
@@ -181,7 +181,7 @@ public class MonitorServiceImpl implements MonitorService {
// 系统信息
// 系统信息
systemInfo
.
put
(
"os"
,
os
.
toString
());
systemInfo
.
put
(
"os"
,
os
.
toString
());
systemInfo
.
put
(
"day"
,
formatBetween
);
systemInfo
.
put
(
"day"
,
formatBetween
);
systemInfo
.
put
(
"ip"
,
StringUtils
.
getLocalIp
()
);
systemInfo
.
put
(
"ip"
,
"172.17.0.1"
);
return
systemInfo
;
return
systemInfo
;
}
}
}
}
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