-
[Spring Boot] Spring Boot 정적 리소스 셋팅JAVA/SPRING 2020. 1. 19. 20:59728x90
경로 설정
// application.properties # static resource spring.mvc.static-path-pattern=/static/** spring.resources.static-locations=classpath:/static/ spring.resources.add-mappings=true
정적 리소스 적용 예시
<img src="/static/img/test.png"> <script src="/static/js/test.js"></script>
728x90'JAVA > SPRING' 카테고리의 다른 글
[Spring] Don't know how to iterate over supplied "items" (0) 2020.02.02 [Spring] JpaRepository Method (0) 2020.01.28 Gradle vs Maven (0) 2020.01.12 [Spring Boot] Spring Boot (3) - CRUD (0) 2020.01.08 [Spring Boot] Spring Boot (2) - 기본 로직 + MySQL 연동 (0) 2020.01.07