I’m new on spring and I want a spring singleton bean to be created when the web application starts, not when it is referenced.
Is there a way to achive this?
Thanks in advance
I’m new on spring and I want a spring singleton bean to be created
Share
This is the default behaviour. Spring beans are non-lazy singletons by default.