Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bailuntec-datacenter
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
huluobin
bailuntec-datacenter
Commits
26293416
Commit
26293416
authored
Apr 02, 2022
by
jianshuqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决BUG:Empty watch file list. Disabling
parent
974c6c75
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
EbayFeeJob.java
...ansaction/src/main/java/com/bailuntec/job/EbayFeeJob.java
+1
-1
logback-spring.xml
...nc-ebay-transaction/src/main/resources/logback-spring.xml
+1
-1
No files found.
datacenter-job/datacenter-base/base-sync-ebay-transaction/src/main/java/com/bailuntec/job/EbayFeeJob.java
View file @
26293416
...
@@ -22,7 +22,7 @@ public class EbayFeeJob {
...
@@ -22,7 +22,7 @@ public class EbayFeeJob {
@Resource
@Resource
private
SyncEbayFeeService
service
;
private
SyncEbayFeeService
service
;
@Scheduled
(
cron
=
"0
8 16
* * ?"
)
@Scheduled
(
cron
=
"0
35 18
* * ?"
)
public
void
SyncEbayTransaction
(){
public
void
SyncEbayTransaction
(){
service
.
SyncEbayTransaction
();
service
.
SyncEbayTransaction
();
}
}
...
...
datacenter-job/datacenter-base/base-sync-ebay-transaction/src/main/resources/logback-spring.xml
View file @
26293416
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<configuration
scan=
"
true"
scanPeriod=
"60 seconds"
debug=
"fals
e"
>
<configuration
scan=
"
false"
scanPeriod=
"60 seconds"
debug=
"tru
e"
>
<property
name=
"contextName"
value=
"bailuntec"
/>
<property
name=
"contextName"
value=
"bailuntec"
/>
<property
name=
"LOG_HOME"
value=
"log"
/>
<property
name=
"LOG_HOME"
value=
"log"
/>
...
...
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