Compare commits

..

No commits in common. "27dee23b5c6e7c54a736fe98128481b4d64198e9" and "2ab24308bbc24a4f32210ac69175be8b008530b8" have entirely different histories.

5 changed files with 4 additions and 10 deletions

View File

@ -2,8 +2,7 @@
<configuration debug="true" scan="false" scanPeriod="30 seconds">
<!--定义日志文件的存储地址 -->
<springProperty name="LOG_PATH" source="log.path" defaultValue="./logs" />
<Property name="logDir" value="${LOG_PATH}" />
<Property name="logDir" value="./logs" />
<Property name="splitSize" value="50MB" />
<!-- 控制台日志, 控制台输出 -->

View File

@ -2,8 +2,7 @@
<configuration debug="true" scan="false" scanPeriod="30 seconds">
<!--定义日志文件的存储地址 -->
<springProperty name="LOG_PATH" source="log.path" defaultValue="./logs" />
<Property name="logDir" value="${LOG_PATH}" />
<Property name="logDir" value="./logs" />
<Property name="splitSize" value="50MB" />
<!-- 控制台日志, 控制台输出 -->

View File

@ -2,8 +2,7 @@
<configuration debug="true" scan="false" scanPeriod="30 seconds">
<!--定义日志文件的存储地址 -->
<springProperty name="LOG_PATH" source="log.path" defaultValue="./logs" />
<Property name="logDir" value="${LOG_PATH}" />
<Property name="logDir" value="./logs"/>
<Property name="splitSize" value="50MB"/>
<!-- 控制台日志, 控制台输出 -->

View File

@ -2,8 +2,7 @@
<configuration debug="true" scan="false" scanPeriod="30 seconds">
<!--定义日志文件的存储地址 -->
<springProperty name="LOG_PATH" source="log.path" defaultValue="./logs" />
<Property name="logDir" value="${LOG_PATH}" />
<Property name="logDir" value="./logs" />
<Property name="splitSize" value="50MB" />
<!-- 控制台日志, 控制台输出 -->

View File

@ -191,8 +191,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>11</source>
<target>11</target>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>