FTP功能实现,暂时保留注释信息

This commit is contained in:
2018-05-13 10:38:37 +08:00
parent d9c030de69
commit 6b5c45359b
11 changed files with 342 additions and 157 deletions

View File

@@ -11,7 +11,7 @@ import org.springframework.stereotype.Component;
@Data
public class FtpProperties {
//服务器地址名称
private String server = "176.122.138.235";
private String server = "104.223.24.81";
//端口号
private int port = 21;
//用户名称