Spring - Singleton & Prototype

Spring-Singleton:
    If you set once, it will return when you are calling the same bean.

Spring-Prototype:
    It will create and return whenever you are calling the bean.

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab