This project for testing how bean lifecycle works and context can effect it
There are 4 projects which has different aims to test
- context_manage show differnt context objects which derived from same config class, will create different singleton beans!!! Yes, because, they are different context manager of beans
- Prototype bean in singleton ==> prototype
- Singleton bean in prototype ==> singleton This means context is still the manager of lifecycle even parent bean is prototype it is still singleton dependancy