https://www.baeldung.com/spring-mvc-static-resources
https://parkcheolu.tistory.com/m/184
MVC] Serving Static Resources
1. 디폴트 정적 자원 핸들링에는 디폴트로 ResourcehttpRequestHandler가 사용된다. 디폴트로, 아래 경로의 자원을 '/' URI 패턴으로 제공한다. classpath:/static classpath:/public classpath:/resources classpath:/META-INF/res
parkcheolu.tistory.com
https://tragramming.tistory.com/m/95
[Spring Boot] 정적자원(Static Resources, img; js; css 파일 등)에 대한 접근 설정
Spring Boot 개발 환경에서 정적 자원에 대한 접근 설정에 대해 이야기하고자 한다. 웹(WEB) 환경에서 클라이언트와 서버는 서로 자원들을 주고받는데, 이 자원들의 속성은 크게 '동적이냐 정적이냐'
tragramming.tistory.com
'spring-boot' 카테고리의 다른 글
RestClient (0) | 2024.10.05 |
---|---|
spring-boot Grpc (0) | 2023.12.20 |
spring-boot-starter-parent 설정 - gradle & maven (0) | 2023.11.27 |
spring boot embedded tomcat 설정 (0) | 2023.11.21 |
spring-boot thread pool - http thread (0) | 2023.11.16 |