Hey all, I'm new to kotlin and spring. I have seen...
# spring
r
Hey all, I'm new to kotlin and spring. I have seen examples of using
CoroutineCrudRepository
, but it comes with additional methods built in that I don't really need. Is there a way to use
CoroutineCrudRepository
but without these additional methods?