Compare commits

..

No commits in common. "5a888127d3ca9a7b827339d6f831c076a270c3eb" and "6aff96a15da069d49ab4cff3341cc555571686f4" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ public class DeploySitTest {
@Test
public void DeployToSit() throws Exception {
SSHUtil sshUtil = new SSHUtil();
sshUtil.connect("192.168.163.84", 22, "root", "CMP2025nf");
//处理主jar包
handleFile(sshUtil, localPath + jarName, remotePath + jarName);