Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe

ClassPathResource

A collection of 1 post
ClassPathResource

FileSystemResource vs ClassPathResource

FileSystemResource [http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/core/io/FileSystemResource.html] 는 경로가 프로젝트 최상위 폴더 부터 시작하고 ClassPathResource [http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/core/io/ClassPathResource.html] 는 자원의 경로를 패키지로 구분합니다. 따라서 아무것도 안쓰면 default
Mar 6, 2007 — 2 min read
Whiteship © 2022
Powered by Ghost