써먹는 웹개발
[Spring Boot] static 폴더와 template 폴더의 차이 본문
728x90
반응형
static과 templates 폴더가 존재하는데
1) templates : 스프링이 계속 버전이 올라가면서 view엔진이 JSP 대신 thymeleaf로 바뀌었습니다.
templates 폴더는 thymeleaf의 파일들을 두는 곳
2) static : content들을 두는 곳. css나 js를 두곤합니다. /static을 이용해서 웹에서 호출할 수 도 있습니다.
728x90
반응형
'Server > Spring' 카테고리의 다른 글
[Spring] @RestController 사용시 화면 이동이 되도록 처리하는 방법 (0) | 2021.12.20 |
---|---|
[Spring Boot] html 호출시 소스엔 문제없는데 Request method 'GET' not supported가 뜨는 이유 (0) | 2021.12.17 |
[Spring] Dispatcher-Servlet(디스패처 서블릿) 이란? (0) | 2021.12.04 |
[Spring] @Controller와 @RestController의 용도 차이 (0) | 2021.12.04 |
[Spring] Security + Jwt 회원가입, 로그인 참고한 블로그 (0) | 2021.11.26 |
Comments