Spring common mistake : bypassing the proxy features
Jul 3, 2023 路 3 min read 路 I want to share with you a common mistake I find in codebases using Spring when it comes to features auto-magically added by annotations. Let's start with this piece of code : @Service public class MyLibrary { BookRepository bookRepository; ...
UUSHA commented

