<https://twitter.com/sdeleuze/status/1095710763778...
# spring
s
this would have been so helpful to have like 2 days ago. I’m converting our spring boot 1.5.6 code to spring boot 2 and the spring data junk is just the worst for this optional stuff.
s
Use the
CrudRepository#findByIdOrNull()
I have added in Spring Boot 2.1.2
s
yes, I have, and I saw that you added it, but it still is a pain to migrate everything.
s
I understand