Fatead

Results 4 issues of Fatead

该类在系统中主要负责业务逻辑的处理,所以应该使用@Service注解比较合适

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...

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...

该类在系统中承担业务逻辑功能,属于分层架构中的Service层,使用@Service注解更合适