I used to be trying to find the difference between the @configuration vs @springbootconfiguration. I discovered many articles mentioned "as in keeping with the spring documentation, @springbootconfiguration is simply an opportunity to the spring widespread @configuration annotation. The only distinction between the two is that the @springbootconfiguration allows the configuration to be located routinely".
So what does it suggest by way of @springbootconfiguration permits the configuration to be determined automatically? If we use the @configuration for a category that contains @bean annotated methods, spring will create instantiation for those beans as properly. Can every person explain this to me?
0 Replies