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 |
Tags
- lifecycle
- native개발
- Lazy
- Quick Help
- developer
- 적절한 사용방법
- frame이해
- Xcode
- git branch strategy
- Your app is missing support for the following URL schemes: your_ios_client_id
- lazy 위험성
- Structural Identity
- lazy 사용
- spring guide
- swift
- view
- WWDC21
- schemes
- 보라색오류
- Demystify SwiftUI
- TabBarItems
- xml delegate
- Explict Identity
- consuming a restful web service
- ios
- ios login
- bounds이해
- Lifetime of SwiftUI
- Identity
- Spring
Archives
- Today
- Total
목록consuming a restful web service (1)
Dev_Dylan

Point : RestTemplateRESTful Web Service 사용하기요약RestTemplate 를 사용해 RESTful 웹 서비스 호출RestTemplate 의 getForObject() 메서드를 사용해 JSON → java 파싱하기.정리Guide 순서API 뿌려줄 파일 다운 및 셋팅data 파싱을 위한 DTO 생성RestTemplate 를 통한 서버 호출 및 JSON 파싱프로젝트를 진행하기 위한 필수!이 Guide를 진행을 위해 아래 프로젝트를 사용해야 함.(포트번호 8080으로 json데이터를 뿌려주면 8081에서 json parsing 작업을 위함.)https://github.com/spring-guides/gs-consuming-rest.git위 프로젝트를 통해 Server를 올려주기 ..
Spring
2024. 11. 7. 21:09