SpringBoot项目 读取resources目录下的资源文件

相对路径:

ExcelUtils.class.getClassLoader().getResourceAsStream(templatePath)

绝对路径:

ExcelUtils.class.getResourceAsStream(templatePath)

 2022.06.03  问题记录

你可能感兴趣的:(常见问题->解决方案,spring)