Polish WebApplicationInitializer Javadoc
Issue: SPR-8897
This commit is contained in:
@@ -61,7 +61,7 @@ import javax.servlet.ServletException;
|
||||
*
|
||||
* @Override
|
||||
* public void onStartup(ServletContext container) {
|
||||
* XmlWebApplicationContext appContext = new XmlWebApplicationContext()
|
||||
* XmlWebApplicationContext appContext = new XmlWebApplicationContext();
|
||||
* appContext.setConfigLocation("/WEB-INF/spring/dispatcher-config.xml");
|
||||
*
|
||||
* ServletRegistration.Dynamic dispatcher =
|
||||
|
||||
Reference in New Issue
Block a user