2021-08-20-TIL
2021-08-20-TIL
Kotlin
MD5 해시코드 생성
- https://stackoverflow.com/questions/64171624/what-is-the-best-way-to-generate-an-md5-hash-in-kotlin
외부 서버와의 통신
Gson을 이용한 Json 직렬화 (toString))
- https://github.com/google/gson
- https://www.bezkoder.com/kotlin-parse-json-gson/
RestTemplate Post Request
- https://www.baeldung.com/spring-resttemplate-post-json
- https://recordsoflife.tistory.com/328
HTTP POST using JSON in Java
- https://stackoverflow.com/questions/7181534/http-post-using-json-in-java
This post is licensed under CC BY 4.0 by the author.