A simple Spring Boot app to understand the different stages of Spring Bean life cycle
-
Updated
Sep 3, 2023 - Java
A simple Spring Boot app to understand the different stages of Spring Bean life cycle
Spring supports both Annotation based and XML based configurations. You can even mix them together. Annotation injection is performed before XML injection, thus the latter configuration will override the former for properties wired through both approaches.
playground for java server side practices i will use it to save my practices
🍀This project contains spring-bean-lifecycle, di , spring properties examples.
This project works on different techniques of creating Spring Beans and autowiring them and also working with Qualifier and Scope of the Beans. Please look through the commit history section below for changes in each iteration. Each iteration shows different types of creating beans and working with them
Add a description, image, and links to the spring-bean-life-cycle topic page so that developers can more easily learn about it.
To associate your repository with the spring-bean-life-cycle topic, visit your repo's landing page and select "manage topics."