gradle build

gradle build
This commit is contained in:
shimingxy
2019-11-10 12:38:42 +08:00
parent c07aea5788
commit ba66c919f0
48 changed files with 1416 additions and 59 deletions

View File

@@ -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());
}
}