DATAKV-85 - Ported key-value infrastructure from Spring Data Commons.

This commit is contained in:
Oliver Gierke
2014-11-27 12:44:30 +01:00
parent 2ebac47e31
commit 42a13a7403
56 changed files with 7964 additions and 0 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.data" level="warn" />
<root level="warn">
<appender-ref ref="console" />
</root>
</configuration>