SGF-559 - Add integration tests convering Geode Integrated Security framework configuration using Geode and Apache Shiro methods with SDG's Annotation configuration support.

This commit is contained in:
John Blum
2016-11-02 01:09:11 -07:00
parent 03a94283c2
commit 0dffb938fc
19 changed files with 1062 additions and 176 deletions

View File

@@ -1,16 +1,14 @@
<?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="error" />
<logger name="org.springframework.data" level="${logback.log.level:-error}"/>
<root level="warn">
<root level="${logback.log.leve:-warn}">
<appender-ref ref="console" />
</root>
</configuration>