Compare commits
No commits in common. "5a888127d3ca9a7b827339d6f831c076a270c3eb" and "6aff96a15da069d49ab4cff3341cc555571686f4" have entirely different histories.
5a888127d3
...
6aff96a15d
|
|
@ -28,7 +28,6 @@ public class DeploySitTest {
|
||||||
@Test
|
@Test
|
||||||
public void DeployToSit() throws Exception {
|
public void DeployToSit() throws Exception {
|
||||||
SSHUtil sshUtil = new SSHUtil();
|
SSHUtil sshUtil = new SSHUtil();
|
||||||
|
|
||||||
sshUtil.connect("192.168.163.84", 22, "root", "CMP2025nf");
|
sshUtil.connect("192.168.163.84", 22, "root", "CMP2025nf");
|
||||||
//处理主jar包
|
//处理主jar包
|
||||||
handleFile(sshUtil, localPath + jarName, remotePath + jarName);
|
handleFile(sshUtil, localPath + jarName, remotePath + jarName);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue