spring - is It necessary to call ApplicationContext.start -


I got it without using the start method, I can still make beans What is the main purpose of ApplicationContext.start () ?

is required by the start () method, which is. You do not need to call it on your main application context.

Comments