Remove @FunctionScan from samples where possible

This commit is contained in:
Dave Syer
2017-10-25 08:53:09 +01:00
parent a27f1fe4dd
commit 55b62d630b
5 changed files with 14 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml"/>
<logger name="org.springframework.boot.autoconfigure.logging" level="INFO"/>
<root level="INFO">
<appender-ref ref="CONSOLE"/>
</root>
</configuration>