Commit a64fcc6e authored by 董建华's avatar 董建华

修改类名防止冲突

parent 44335f74
......@@ -36,7 +36,7 @@ import java.util.zip.ZipOutputStream;
*/
@Service
@Slf4j
public class ReportServiceImpl implements ReportService {
public class IReportServiceImpl implements ReportService {
@Autowired
private ReportRecordMapper reportRecordMapper;
@Autowired
......
......@@ -7,10 +7,10 @@
value="${FILE_LOG_PATTERN:-%d{yyyy-MM-dd HH:mm:ss.SSS} ${LOG_LEVEL_PATTERN:-%5p} --- [%thread] [%file:%line] %logger - %msg%n}"/>
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>/home/quant_group/baihang-report/logs/baihang-report.log</file>
<file>/home/quant_group/zhj-report/logs/zhj-report.log</file>
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<fileNamePattern>
/home/quant_group/baihang-report/logs/baihang-report.log.%d{yyyy-MM-dd}
/home/quant_group/zhj-report/logs/zhj-report.log.%d{yyyy-MM-dd}
</fileNamePattern>
<maxHistory>7</maxHistory>
</rollingPolicy>
......
......@@ -7,10 +7,10 @@
value="${FILE_LOG_PATTERN:-%d{yyyy-MM-dd HH:mm:ss.SSS} ${LOG_LEVEL_PATTERN:-%5p} --- [%thread] [%file:%line] %logger - %msg%n}"/>
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>/home/quant_group/logs/baihang-report.log</file>
<file>/home/quant_group/logs/zhj-report.log</file>
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<fileNamePattern>
/home/quant_group/logs/baihang-report.log.%d{yyyy-MM-dd}
/home/quant_group/logs/zhj-report.log.%d{yyyy-MM-dd}
</fileNamePattern>
<maxHistory>7</maxHistory>
</rollingPolicy>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment