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 |
Tags
- 백준
- SpringBoot
- jpa
- 알고리즘
- Spring Boot
- pointcut
- Android
- Servlet
- AOP
- transaction
- 자바
- spring
- QueryDSL
- 그리디
- Exception
- JDBC
- http
- java
- Proxy
- JPQL
- 스프링 핵심 원리
- 스프링
- Thymeleaf
- db
- 스프링 핵심 기능
- springdatajpa
- Greedy
- 김영한
- kotlin
- 인프런
Archives
- Today
- Total
목록RETROFIT (1)
개발자되기 프로젝트
[Android] Retrofit
1. Retrofit Retrofit은 HTTP API 통신을 돕는 라이브러리로 쉽고 사용이 간단하다. 2. 의존성 추가 // Retrofit implementation "com.squareup.retrofit2:retrofit:2.9.0" // Retrofit with Moshi Converter implementation "com.squareup.retrofit2:converter-scalars:2.9.0" // GSON implementation 'com.squareup.retrofit2:converter-gson:2.9.0' Gradle에 의존성을 추가. 보통 서버에 JSON을 통해 요청하거나 서버로부터 응답을 받는다. 이 떄 Gson라이브러리를 사용하면 Json Object Kotlin Clas..
Project/대중교통 길찾기
2022. 5. 1. 20:35