Server/Spring
[Spring Boot] static 폴더와 template 폴더의 차이
kmhan
2021. 12. 6. 20:38
728x90
반응형
static과 templates 폴더가 존재하는데
1) templates : 스프링이 계속 버전이 올라가면서 view엔진이 JSP 대신 thymeleaf로 바뀌었습니다.
templates 폴더는 thymeleaf의 파일들을 두는 곳
2) static : content들을 두는 곳. css나 js를 두곤합니다. /static을 이용해서 웹에서 호출할 수 도 있습니다.
728x90
반응형