This repository is a comprehensive collection of resources and modules for leveraging the power of the Spring Core
across various application domains. Whether you're developing desktop applications Spring Core is a versatile and robust
platform to streamline your development process.
Explore the various modules and resources available in this repository to kickstart your development journey with Spring Core. Whether you're a seasoned developer or just getting started, there's something here for everyone.
Happy coding.....! 😉
✅Configuration through Annotations
✅Configuration through XML
✅Spring Container
✅Spring Beans
✅Bean Life-Cycle
✅Dependency Injection
✅FullMode VS LightMode
✅Various Configuration
✅Runtime Value Injection
✅Constructor Resolution Algorithm
- @Configuration
- @Component
- @ComponentScan
- @Bean
- @Scope
- @PostConstruct
- @PreDestroy
- @Autowired
- @Primary
- @Qualifier
- Custom Annotations
- @Order
- @ImportResource
- @Import
- @Value
- @PropertySource
- @Nullable