Spring Boot @RequestScope Constructor not printing in console
I am trying to understand different Bean Scopes. When working with @RequestScope I don’t see message printed to console from constructor and destroy() method in order to confirm when this Bean is really being created or destroyed. This works for @Singleton and @Prototype Beans.