I'm new to Kotlin and trying to figure things out....
# spring
s
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
The Kotlin module is registered automatically for REST controllers
s
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.