Spring加載jar包中的文件

在開發中,發現spring使用ResourceUtils.getFile()的方式沒法獲取jar包中的文件,報cannot be resolved to absolute file path because it does not reside in the file system: jar:file的錯誤。 改用new ClassPathResource(keyPath).getInputStr
相關文章
相關標籤/搜索