안녕하세요 자바로 와스를 구축하고 웹 서비스를 하게 되었을때, 캐싱을 하지 않으면 메인화면이 넣게 뜨거나 빨리 떠야 하는 화면들이 늦게 뜨는 현상들이 생길 수 있는데 그럴때 아래와 같이 조치를 하면 극적인 속도를 연출할 수 있어요! // 컨트롤러 import org.springframework.http.CacheControl; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; import java.util.concurrent.TimeUnit; // Res..
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |