[Spring Boot] static 폴더와 template 폴더의 차이

[Spring Boot] static 폴더와 template 폴더의 차이

static과 templates 폴더가 존재하는데

1) templates : 스프링이 계속 버전이 올라가면서 view엔진이 JSP 대신 thymeleaf로 바뀌었습니다.

templates 폴더는 thymeleaf의 파일들을 두는 곳

2) static : content들을 두는 곳. css나 js를 두곤합니다. /static을 이용해서 웹에서 호출할 수 도 있습니다.

from http://kmhan.tistory.com/672 by ccl(A) rewrite - 2021-12-06 21:01:20