DATAREST-93 - Quite a lot of refactoring.

Integrated pagination resolving and closer integration of Spring Data Commons configuration.
This commit is contained in:
Oliver Gierke
2013-06-14 19:53:54 +02:00
parent a1c04a4db8
commit db2bbfca0e
73 changed files with 3168 additions and 1820 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d %5p %40.40c:%4L - %m%n</pattern>
</encoder>
</appender>
<logger name="org.springframework" level="info" />
<root level="error">
<appender-ref ref="console" />
</root>
</configuration>