SpringInAction3 icon indicating copy to clipboard operation
SpringInAction3 copied to clipboard

A better annotation suggestion

Open Fatead opened this issue 4 years ago • 0 comments

change the annotation from @component to @service, it is more appropriate here. This class is mainly responsible for the realization of business logic, which is recommended to use @service in the Spring framework. Moreover it can help you to achieve IOC.

Fatead avatar Aug 13 '21 06:08 Fatead