Apr 27, 2023
Actually, I don't quite understand your question. But I will try to explain something. If I am wrong please fix me. @Service annotation's default bean scope is Singleton (https://www.digitalocean.com/community/tutorials/spring-bean-scopes). And we use @Order annotation for ordering. I think, You don't have to worry about such a problem