获取当前路径(兼容Linux、Windows):
String curPath = System.getProperty("user.dir");log.info("===========当前路径===========curPath:{}", curPath);输出结果:===========当前路径===========curPath:/home/lizhm