gradle build
gradle build
This commit is contained in:
@@ -6,8 +6,8 @@ import org.maxkey.util.PathUtils;
|
||||
public class PathUtilsTest {
|
||||
@Test
|
||||
public void test() {
|
||||
System.out.println(PathUtils.getInstance().getAppPath());
|
||||
System.out.println(PathUtils.getInstance().getWebInf());
|
||||
System.out.println(PathUtils.getInstance().getClassPath());
|
||||
//System.out.println(PathUtils.getInstance().getAppPath());
|
||||
//System.out.println(PathUtils.getInstance().getWebInf());
|
||||
//System.out.println(PathUtils.getInstance().getClassPath());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user