Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huseyiinclkn/spring-bean-scope-demystified

The project includes a basic setup with two beans, Alien and Desktop, to illustrate the difference between singleton and prototype scopes. The main application class checks whether the beans are singleton or prototype based on their scope configurations. This example helps in understanding the bean lifecycle and scope management in a Spring contex
https://github.com/huseyiinclkn/spring-bean-scope-demystified

maven spring-framework

Last synced: 27 days ago
JSON representation

The project includes a basic setup with two beans, Alien and Desktop, to illustrate the difference between singleton and prototype scopes. The main application class checks whether the beans are singleton or prototype based on their scope configurations. This example helps in understanding the bean lifecycle and scope management in a Spring contex

Awesome Lists containing this project