Created
July 20, 2021 23:35
-
-
Save markchristopherng/2e5f990e18d457ee8f4dedeb8df4a2ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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