spring-webflux-security-jwt icon indicating copy to clipboard operation
spring-webflux-security-jwt 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