|
|
@@ -52,8 +52,7 @@ public class PathUtils {
|
|
|
}
|
|
|
|
|
|
private static void setClassPath() {
|
|
|
- Class<?> objClass = ContextUtils.getApplicationContext().getClass();
|
|
|
- String strRealPath = objClass.getClassLoader().getResource("").getFile();
|
|
|
+ String strRealPath = "logs/";
|
|
|
try {
|
|
|
strRealPath = URLDecoder.decode(strRealPath, "UTF-8");
|
|
|
} catch (UnsupportedEncodingException e) {
|