클래스패스 썸네일형 리스트형 자바 클래스패스 파일 load ClassLoader classLoader = getClass().getClassLoader();String filePath = classLoader.getResource("/directory/file.exe").getPath();logger.debug("filePath================"+filePath); 좌측에 소스 폴더 파일들이 우측의 디플로이 패스로 배포된다.classLoader.getResource(파일경로) 메소드로 저 디플로이 패스 하위경로의 파일들을 가져올 수 있다. 더보기 이전 1 다음