Commit 5df052b6 authored by yexiong.wang's avatar yexiong.wang

给文件服务器阿波罗配默认地址(1)

parent 558eb67b
......@@ -19,15 +19,15 @@ import java.util.Map;
@Service("CustomerSftpServiceImpl")
public class CustomerSftpServiceImpl extends AbstractFtpService implements IFtpService {
@Value("${customer.sftp.user}")
@Value("${customer.sftp.user:1}")
private String username;
@Value("${customer.sftp.password}")
@Value("${customer.sftp.password:1}")
private String password;
@Value("${customer.sftp.host}")
@Value("${customer.sftp.host:1}")
private String host;
@Value("${customer.sftp.directory}")
@Value("${customer.sftp.directory:1}")
private String directory;
@Value("${customer.sftp.port}")
@Value("${customer.sftp.port:1}")
private int port;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment