Skip to content

Instantly share code, notes, and snippets.

View deeev-sb's full-sized avatar
🌱
Improving :D

Subin deeev-sb

🌱
Improving :D
View GitHub Profile
@keesun
keesun / ApiClientUtils.java
Last active February 17, 2021 10:09
API 서버 사용 예제 코드
package herma.common;
import org.codehaus.jackson.map.ObjectMapper;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpHeaders;
import org.springframework.http.MediaType;
import org.springframework.web.client.RestTemplate;
import java.io.IOException;
import java.nio.charset.Charset;