|
|
|
@ -50,7 +50,7 @@ public class FimsApplication extends XitBaseApplication {
|
|
|
|
|
String toFileName = CmmnUtil.appendFileName(fileName,"-"+suffix);
|
|
|
|
|
File file = new ClassPathResource(fileName).getFile();
|
|
|
|
|
File toFile = new ClassPathResource(toFileName).getFile();
|
|
|
|
|
Files.copy(file.toPath(), toFile.toPath(), StandardCopyOption.REPLACE_EXISTING);
|
|
|
|
|
Files.copy(toFile.toPath(), file.toPath(), StandardCopyOption. REPLACE_EXISTING);
|
|
|
|
|
} catch (IOException e) {
|
|
|
|
|
e.printStackTrace();
|
|
|
|
|
}
|
|
|
|
|