Remove spring-session-sample-javaconfig-rest

Works around a compatability issue for now.

Issue gh-2201
This commit is contained in:
Rob Winch
2022-11-09 12:44:31 -06:00
parent 94b441c676
commit b229103d8c
15 changed files with 0 additions and 642 deletions

View File

@@ -1,14 +0,0 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<!-- <logger name="org.springframework.security" level="DEBUG"/> -->
<root level="INFO">
<appender-ref ref="STDOUT" />
</root>
</configuration>