Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tao.mo
2023-02-22 15:31:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1e5d91a1266d67acd40d629b84e93ab3ec3d06f2
1e5d91a1
1 parent
d40f5570
推送完整报文定时任务间隔时间cron错误修复
mt 2023年2月22日15:31:18
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
src/main/resources/application-dev.properties
src/main/resources/application-prod.properties
src/main/resources/application-test.properties
src/main/resources/application-dev.properties
View file @
1e5d91a
...
...
@@ -8,13 +8,13 @@ spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
#spring.datasource.jndi-name=jdbc/iclearProdTestDS
#推送海关回执
task.pushCustomsTask
=
0 0/1 *
1
* ?
task.pushCustomsTask
=
0 0/1 *
*
* ?
#推送完整报文
task.pushMawbTask
=
0 0/1 *
1
* ?
task.pushMawbTask
=
0 0/1 *
*
* ?
#推送失败的回执数据
task.pushErrorReturnDate
=
0 0/3 *
1
* ?
task.pushErrorReturnDate
=
0 0/3 *
*
* ?
#推送失败的申报数据
task.pushErrorDeclareDate
=
0 0/3 *
1
* ?
task.pushErrorDeclareDate
=
0 0/3 *
*
* ?
api.base-
address
=
https://declarationuat.fedex.com.cn/Exp
#获取token账号
...
...
src/main/resources/application-prod.properties
View file @
1e5d91a
...
...
@@ -3,7 +3,7 @@ spring.datasource.jndi-name=jdbc/iclearDS
#推送海关回执
task.pushCustomsTask
=
0 0/1 * * * ?
#推送完整报文
task.pushMawbTask
=
0 0/1 *
1
* ?
task.pushMawbTask
=
0 0/1 *
*
* ?
#推送失败的回执数据
task.pushErrorReturnDate
=
0 0/30 * * * ?
#推送失败的申报数据
...
...
src/main/resources/application-test.properties
View file @
1e5d91a
...
...
@@ -3,7 +3,7 @@ spring.datasource.jndi-name=jdbc/iclearDS
#推送海关回执
task.pushCustomsTask
=
0 0/1 * * * ?
#推送完整报文
task.pushMawbTask
=
0 0/1 *
1
* ?
task.pushMawbTask
=
0 0/1 *
*
* ?
#推送失败的回执数据
task.pushErrorReturnDate
=
0 0/3 * * * ?
#推送失败的申报数据
...
...
Please
register
or
login
to post a comment