获取根目录下面的模板文件路径

获取根目录下面的模板文件路径

public static final String CONTRACT_ROOT_URL = "/template";
Resource contractPath = new ClassPathResource(CONTRACT_ROOT_URL);
String path = contractPath.getURI().getPath();
String templatePath = path + File.separator + "myTemplateFile.docx";

 

posted on 2024-09-07 15:33  oktokeep  阅读(6)  评论(0编辑  收藏  举报