일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- jvm
- Real MySQL
- thread
- 쿠버네티스
- OS
- gradle
- 자바 ORM 표준 JPA 프로그래밍
- 자바
- GC
- SpringBoot
- MSA
- mysql
- 토비의 스프링 정리
- 스트림
- 이스티오
- 토비의 스프링
- list
- Collection
- Stack
- Stream
- spring
- IntellJ
- K8s
- Kotlin
- 스프링
- JPA
- 보조스트림
- redis
- Java
- 백준
Archives
- Today
- Total
목록HttpComponentsClientHttpRequestFactory (1)
인생을 코딩하다.
[Spring] RestTemplate
open API 활용을 위해 서비스 인증 키를 이용하여 raw 데이터를 받아오면서 공부하게된 RestTemplate 우선 서비스 인증키를 이용하기 위해 String decodeServiceKey = URLDecoder.decode(serviceKey, "UTF-8"); 디코딩하고 UriComponents 클래스를 이용하였다. UriComponents uri = UriComponentsBuilder.fromHttpUrl(url).queryParam("serviceKey", decodeServiceKey) .queryParam("pageNo", pageNo) .queryParam("numOfRows", numOfRows) .queryParam("startCreateDt", startCreateDt) .que..
Spring
2020. 12. 17. 05:31