Compare commits
2 Commits
6aff96a15d
...
5a888127d3
| Author | SHA1 | Date |
|---|---|---|
|
|
5a888127d3 | |
|
|
df250f13b0 |
|
|
@ -28,6 +28,7 @@ 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