Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Created July 20, 2021 23:35
Show Gist options
  • Save markchristopherng/2e5f990e18d457ee8f4dedeb8df4a2ce to your computer and use it in GitHub Desktop.
Save markchristopherng/2e5f990e18d457ee8f4dedeb8df4a2ce to your computer and use it in GitHub Desktop.
val restTemplate = RestTemplate()
restTemplate.messageConverters = mutableListOf<HttpMessageConverter<*>>(
KotlinSerializationJsonHttpMessageConverter(JsonParser().json)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment