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

2024. 12. 27. 21:33Java/Spring Boot

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

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

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

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