String path = System.getProperty("user.dir");// 获取项目物理地址
System.out.println(path);