springboot运行jar包,实现复制jar包resources下文件、文件夹(可支持包含子文件夹)到指定的目录
背景:以jar包运行时,获取文件目录时,会报错;idea运行不会报错。代码://复制文件夹到指定路径下StringsrcFilePath=Thread.currentThread().getContextClassLoader().getResource("").getPath()+"/templates";FileUtils.copyFolder(newFile(srcFilePath),dir