gradle支持

This commit is contained in:
陈云志
2020-12-15 20:21:23 +08:00
parent 743e59db7a
commit 53aa2db213
35 changed files with 899 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- 日志级别从低到高分为TRACE < DEBUG < INFO < WARN < ERROR < FATAL -->
<configuration scan="false" scanPeriod="60 seconds" debug="false">
<include resource="org/springframework/boot/logging/logback/base.xml"/>
<root level="INFO">
<appender-ref ref="FILE"/>
</root>
</configuration>