개요 java.io.FileNotFoundException: class path resource [path/data.json] cannot be resolved to absolute file path because it does not reside in the file system: jar:file:/C:/app/app.jar!/BOOT-INF/classes!/path/data.json 플젝 중에 또 만나버린 오류... File Not Found, 이름을 읽어보니 파일을 찾지 못한다고 한다. 지금까지 플젝에서 필수적인 데이터를 resouces 디렉터리에 넣고 테스트해왔다. 하지만 본격적으로 배포를 하니 이 부분에서 문제가 생겼다. File file = new ClassPathResource("파일경로..