parent
cc241ddf58
commit
1df671b3d9
@ -0,0 +1,8 @@
|
||||
package com.dsideal.FengHuang.Util;
|
||||
|
||||
public class PathUtil {
|
||||
public static String getRootClassPath() {
|
||||
String path = Thread.currentThread().getContextClassLoader().getResource("").toString().replace("file:/", "");
|
||||
return path.substring(0, path.length() - 1);
|
||||
}
|
||||
}
|
Loading…
Reference in new issue