删除部分本地文件操作的无用代码
This commit is contained in:
@@ -11,7 +11,7 @@ import org.springframework.stereotype.Component;
|
||||
@Data
|
||||
public class FtpProperties {
|
||||
//服务器地址名称
|
||||
private String server = "192.168.79.138";
|
||||
private String server = "176.122.138.235";
|
||||
//端口号
|
||||
private int port = 21;
|
||||
//用户名称
|
||||
|
||||
Reference in New Issue
Block a user