Compare commits

...

2 Commits

Author SHA1 Message Date
曹鹏飞 5a888127d3 Merge remote-tracking branch 'origin/develop' into develop 2026-04-01 15:41:10 +08:00
曹鹏飞 df250f13b0 chore(test): 优化部署测试连接代码
- 在SSH连接前添加空行以改善代码可读性
- 为部署到SIT环境的测试方法增加代码结构清晰度
2026-04-01 15:40:40 +08:00
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);