Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- jpa
- 스프링
- springdatajpa
- 백준
- 알고리즘
- java
- 스프링 핵심 기능
- AOP
- spring
- db
- http
- 김영한
- Greedy
- Thymeleaf
- JPQL
- transaction
- 인프런
- Servlet
- JDBC
- QueryDSL
- Android
- 자바
- 스프링 핵심 원리
- SpringBoot
- Spring Boot
- pointcut
- kotlin
- 그리디
- Exception
- Proxy
Archives
- Today
- Total
목록static resource (1)
개발자되기 프로젝트
Response - static resource, View Template
1. 서버에서 reponse data를 만드는 3가지 방법 정적 resource HTML, CSS, js View Template 사용 웹 브라우져에 동적인 HTML 사용할 경우 view template 사용 HTTP 메시지 HTTP API를 제공하는 경우, HTML이 아니라 데이터 전달을 해야함. HTTP Message Body에 JSON형식으로 데이터 넣어서 보냄. 2. 정적 resource 정적 리소스 : 해당 파일을 변경없이 그대로 서비스 하는 것을 말함. SpringBoot는 src/main/resources 하위의 다음 directory에 있는 static resource를 제공함. /static /public /resources /META-INF/resources src/main/resour..
인프런/[인프런] 스프링 MVC 1
2021. 9. 15. 22:03