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
4681ca6e
Commit
4681ca6e
authored
Nov 19, 2019
by
zhanghouying
Browse files
优化提示信息
parent
7b11e81f
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/DeployServiceImpl.java
View file @
4681ca6e
...
@@ -145,7 +145,7 @@ public class DeployServiceImpl implements DeployService {
...
@@ -145,7 +145,7 @@ public class DeployServiceImpl implements DeployService {
ScpClientUtil
scpClientUtil
=
getScpClientUtil
(
ip
);
ScpClientUtil
scpClientUtil
=
getScpClientUtil
(
ip
);
log
.
info
(
msg
);
log
.
info
(
msg
);
sendMsg
(
msg
,
MsgType
.
INFO
);
sendMsg
(
msg
,
MsgType
.
INFO
);
msg
=
String
.
format
(
"上传文件到服务器:%s<br>目录:%s下"
,
fileSavePath
,
ip
,
uploadPath
);
msg
=
String
.
format
(
"上传文件到服务器:%s<br>目录:%s下"
,
ip
,
uploadPath
);
sendMsg
(
msg
,
MsgType
.
INFO
);
sendMsg
(
msg
,
MsgType
.
INFO
);
scpClientUtil
.
putFile
(
fileSavePath
,
uploadPath
);
scpClientUtil
.
putFile
(
fileSavePath
,
uploadPath
);
if
(
flag
)
{
if
(
flag
)
{
...
...
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