Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhj-report
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data-spider
zhj-report
Commits
a64fcc6e
Commit
a64fcc6e
authored
Nov 01, 2019
by
董建华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改类名防止冲突
parent
44335f74
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
IReportServiceImpl.java
src/main/java/com/service/impl/IReportServiceImpl.java
+1
-1
logback-pro.xml
src/main/resources/logback-pro.xml
+2
-2
logback-qa.xml
src/main/resources/logback-qa.xml
+2
-2
No files found.
src/main/java/com/service/impl/ReportServiceImpl.java
→
src/main/java/com/service/impl/
I
ReportServiceImpl.java
View file @
a64fcc6e
...
...
@@ -36,7 +36,7 @@ import java.util.zip.ZipOutputStream;
*/
@Service
@Slf4j
public
class
ReportServiceImpl
implements
ReportService
{
public
class
I
ReportServiceImpl
implements
ReportService
{
@Autowired
private
ReportRecordMapper
reportRecordMapper
;
@Autowired
...
...
src/main/resources/logback-pro.xml
View file @
a64fcc6e
...
...
@@ -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>
...
...
src/main/resources/logback-qa.xml
View file @
a64fcc6e
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment