Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmangeat authored and fxprunayre committed Jan 15, 2020
1 parent 6416d9f commit 0a66fe1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions services/src/test/resources/services-web-test-context.xml
Expand Up @@ -43,6 +43,11 @@
</property> </property>
</bean> </bean>
</mvc:message-converters> </mvc:message-converters>

<mvc:argument-resolvers>
<bean class="org.springframework.data.web.PageableHandlerMethodArgumentResolver"/>
<bean class="org.springframework.data.web.SortHandlerMethodArgumentResolver"/>
</mvc:argument-resolvers>
</mvc:annotation-driven> </mvc:annotation-driven>


</beans> </beans>

0 comments on commit 0a66fe1

Please sign in to comment.