So, I'm trying out kotlin with spring boot and mo...
# spring
t
So, I'm trying out kotlin with spring boot and mongodb. With spring data how should I declare a data class represnting an object for!a mongo collection where I want mongo to generate the ID for me, but I will still need to be able access it. I it not possible with data class withouth usong a nullable id?