I'm new to Kotlin and trying to figure things out. Do you need to
.registerModule(KotlinModule())
some how to get spring rest controller end points to deserialize the request body?
s
sdeleuze
07/19/2019, 9:04 AM
The Kotlin module is registered automatically for REST controllers
s
Soren Valle
07/19/2019, 10:08 AM
Thank you for the response and confirmation. I figured it would have been. I think while using hot swap I tried a change too quickly without allowing the changes to take effect.