|
For example, a test.jsp page, the user directly requests the page,
Need to get spring's applicationContext.xml in this page
Defined bean, how to do it?
You cannot use the new ClassPathXmlApplicationContext () method in the page, as this will cause
The bean has been initialized repeatedly. Thank you in advance! |
|