Java/Spring Boot

Spring boot 외부 디렉토리를 static으로 인식하기

바리새인 2024. 12. 27. 21:33

외부 디렉토리를 static으로 설정

spring.web.resources.static-locations=file:/uploads/

여러 디렉토리를 static으로 설정

spring.web.resources.static-locations="file:/uploads/classpath:/static/"