I'm having a architectural question. I wonder when...
# spring
t
I'm having a architectural question. I wonder when I develop `@RestController`s, should I inject a
@Repository
or should I wrap the respository in a
@service
?