删除无用的包和代码
This commit is contained in:
parent
51cf06ea38
commit
1bbf74418f
|
|
@ -2,7 +2,6 @@ package com.chinaweal.Controller;
|
||||||
|
|
||||||
import com.chinaweal.service.UploadService;
|
import com.chinaweal.service.UploadService;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload;
|
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.ui.ModelMap;
|
import org.springframework.ui.ModelMap;
|
||||||
import org.springframework.web.bind.annotation.PostMapping;
|
import org.springframework.web.bind.annotation.PostMapping;
|
||||||
|
|
|
||||||
|
|
@ -52,11 +52,11 @@ public class ConfigPathUtil {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getUploadTempPath() {
|
public static String getUploadTempPath() {
|
||||||
return com.chinaweal.utils.ContextMgr.getContextName("uploadDrive") + File.separator + com.chinaweal.utils.ContextMgr.getContextName("uploadtemppath");
|
return ContextMgr.getContextName("uploadDrive") + File.separator + ContextMgr.getContextName("uploadtemppath");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getEntInfoUrl() {
|
public static String getEntInfoUrl() {
|
||||||
return com.chinaweal.utils.ContextMgr.getContextName("entInfoUrl");
|
return ContextMgr.getContextName("entInfoUrl");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue