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