java utils
1.获取resouces中文件的绝对路径
String filePath = XXX.class.getClassLoader().getResource("/configs/interface/..").getPath(); File file = new File(filePath);
如果我的文章对你有帮助,就点一下推荐吧.(*^__^*)
1.获取resouces中文件的绝对路径
String filePath = XXX.class.getClassLoader().getResource("/configs/interface/..").getPath(); File file = new File(filePath);