try { | try { | ||||
// String path = ResourceUtils.getURL("classpath:").getPath(); | // String path = ResourceUtils.getURL("classpath:").getPath(); | ||||
updateFilePath = filePath+"/" + fileName + "_" + UUID.randomUUID().toString() + ".xlsx"; | |||||
updateFilePath = filePath+ fileName + "_" + UUID.randomUUID().toString() + ".xlsx"; | |||||
file= new File(updateFilePath); | file= new File(updateFilePath); | ||||
if(!file.isFile()) { //D | if(!file.isFile()) { //D | ||||
file.createNewFile(); //E | file.createNewFile(); //E |