| | |
| | | // @Value("${spring.datasource.druid.stat-view-servlet.login-password}") |
| | | private String druidPwd; |
| | | |
| | | @Value("${sys.path.publishMpt}") |
| | | private String publishMptPath; |
| | | |
| | | @Value("${sys.path.publish3dml}") |
| | | private String publish3dmlPath; |
| | | |
| | | public String getDownloadPath() { |
| | | return downloadPath; |
| | | } |
| | | |
| | | public void setDownloadPath(String downloadPath) { |
| | | this.downloadPath = downloadPath; |
| | | } |
| | | |
| | | public String getUploadPath() { |
| | | return uploadPath; |
| | | } |
| | | |
| | | public void setUploadPath(String uploadPath) { |
| | | this.uploadPath = uploadPath; |
| | | } |
| | | |
| | | public String getSharePath() { |
| | | return sharePath; |
| | | } |
| | | |
| | | public void setSharePath(String sharePath) { |
| | | this.sharePath = sharePath; |
| | | } |
| | | |
| | | public String getTempPath() { |
| | | return tempPath; |
| | | } |
| | | |
| | | public void setTempPath(String tempPath) { |
| | | this.tempPath = tempPath; |
| | | } |
| | | |
| | | public String getDruidUser() { |
| | | return druidUser; |
| | | } |
| | | |
| | | public void setDruidUser(String druidUser) { |
| | | this.druidUser = druidUser; |
| | | } |
| | | |
| | | public String getDruidPwd() { |
| | | return druidPwd; |
| | | } |
| | | |
| | | public void setDruidPwd(String druidPwd) { |
| | | this.druidPwd = druidPwd; |
| | | public String getPublishMptPath() { |
| | | return publishMptPath; |
| | | } |
| | | |
| | | public String getPublish3dmlPath() { |
| | | return publish3dmlPath; |
| | | } |
| | | } |