Bringing Spring Framework to make app loosely coupled
Spring Configuration
@Configuration Annotation
Spring @Configuration annotation is part of the spring core framework. Spring Configuration annotation indicates that the class has @Bean definition methods. So Spring container can process the class and...
codewithmayank.hashnode.dev5 min read