View difference between Paste ID: ywSBLtN5 and equGvznn
SHOW: | | - or go back to the newest paste.
1
<bean id="autoConfigurer" class="com.socialgastro.config.context.AutoBeanDeclarer"></bean>
2
3-
    <!-- stops processing of beans if they are mocks (nested dependencies are ignored) -->
3+
<!-- stops processing of beans if they are mocks (nested dependencies are ignored) -->
4-
    <bean id="mockPostProcessor" class="com.socialgastro.config.context.MockPostProcessor"></bean>
4+
<bean id="mockPostProcessor" class="com.socialgastro.config.context.MockPostProcessor"></bean>
5
6-
    <!-- Activates various annotations to be detected in bean classes -->
6+
<!-- Activates various annotations to be detected in bean classes -->
7-
    <context:component-scan base-package="com.socialgastro.recipe.controller, com.socialgastro.user.controller"/>
7+
<context:component-scan base-package="com.socialgastro.recipe.controller, com.socialgastro.user.controller"/>
8
9-
    <context:annotation-config/>
9+
<context:annotation-config/>
10-
    <mvc:annotation-driven/>
10+
<mvc:annotation-driven/>