实现多文件上传,按钮vue传值(vue2.1特性)
This commit is contained in:
@@ -7,6 +7,15 @@ import org.springframework.stereotype.Component;
|
||||
@ConfigurationProperties(prefix = "serverproperties")
|
||||
public class ServerProperties {
|
||||
private String portNum;
|
||||
private String filePath;
|
||||
|
||||
public String getFilePath() {
|
||||
return filePath;
|
||||
}
|
||||
|
||||
public void setFilePath(String filePath) {
|
||||
this.filePath = filePath;
|
||||
}
|
||||
|
||||
public String getPortNum() {
|
||||
return portNum;
|
||||
|
||||
Reference in New Issue
Block a user