@ -5832,7 +5832,8 @@ The above assumes that <literal>MyServiceImpl</literal>, <literal>Dependency1</l
</context-param>
</context-param>
<!-- Configuration locations must consist of one or more comma - or space - delimited
<!-- Configuration locations must consist of one or more comma - or space - delimited
fully-qualified @Configuration classes -->
fully-qualified @Configuration classes. Fully-qualified packages may also be
specified for component-scanning -->
<context-param >
<context-param >
<param-name > contextConfigLocation</param-name>
<param-name > contextConfigLocation</param-name>
<param-value > com.acme.AppConfig</param-value>
<param-value > com.acme.AppConfig</param-value>
@ -5847,7 +5848,7 @@ The above assumes that <literal>MyServiceImpl</literal>, <literal>Dependency1</l
<servlet >
<servlet >
<servlet-name > dispatcher</servlet-name>
<servlet-name > dispatcher</servlet-name>
<servlet-class > org.springframework.web.servlet.DispatcherServlet</servlet-class>
<servlet-class > org.springframework.web.servlet.DispatcherServlet</servlet-class>
<!-- Configure DispatcherServlet to use Java ConfigWebApplicationContext
<!-- Configure DispatcherServlet to use Annotation ConfigWebApplicationContext
instead of the default XmlWebApplicationContext -->
instead of the default XmlWebApplicationContext -->
<init-param >
<init-param >
<param-name > contextClass</param-name>
<param-name > contextClass</param-name>