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
- Thymeleaf
- 김영한
- 인프런
- kotlin
- Spring Boot
- QueryDSL
- JPQL
- pointcut
- 알고리즘
- Proxy
- 자바
- spring
- http
- JDBC
- transaction
- 스프링
- Greedy
- Servlet
- 스프링 핵심 원리
- SpringBoot
- Android
- jpa
- 그리디
- Exception
- springdatajpa
- 스프링 핵심 기능
- 백준
- db
- java
- AOP
Archives
- Today
- Total
목록getResponseBodyAsString() (1)
개발자되기 프로젝트
[Server] Google Geocoding Error처리
1. Return값 분석 { "results" : [ { "address_components" : [ .... }, "place_id" : "ChIJ2eUgeAK6j4ARbn5u_wAGqWA", "plus_code": { "compound_code": "CWC8+W5 Mountain View, California, United States", "global_code": "849VCWC8+W5" }, "types" : [ "street_address" ] } ], "status" : "OK" } GoogleGeoCoding을 상태값을 바로바로 return한다. OK OK ZERO_RESULTS indicates that the geocode was successful but returned no resul..
Project/대중교통 길찾기
2022. 2. 5. 00:48