错误:
cannot be resolved to absolute file path because it does not reside in the file system: jar:file:/U
spring boot项目打成的 jar包无法获取src/main/resources下文件
打成Jar后
获取resources下的文件
1 | ClassPathResource classPathResource = new ClassPathResource("img/tofflon-logo.png"); |