chore(test): 优化部署测试连接代码

- 在SSH连接前添加空行以改善代码可读性
- 为部署到SIT环境的测试方法增加代码结构清晰度
This commit is contained in:
曹鹏飞 2026-04-01 15:40:40 +08:00
parent 443cbfd194
commit df250f13b0
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ 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);