Showing
1 changed file
with
0 additions
and
52 deletions
| 1 | -spring: | ||
| 2 | - servlet: | ||
| 3 | - context-path: /API | ||
| 4 | - datasource: | ||
| 5 | - # jndi-name: jdbc/iclearDS | ||
| 6 | -# jndi-name: jdbc/iclearProdTestDS | ||
| 7 | - url: jdbc:sqlserver://40.73.78.157:1433;DatabaseName=IClearUat | ||
| 8 | - username: sa | ||
| 9 | - password: Fedex_123 | ||
| 10 | - driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver | ||
| 11 | - type: com.alibaba.druid.pool.DruidDataSource | ||
| 12 | - | ||
| 13 | - | ||
| 14 | -task: | ||
| 15 | - #推送海关回执 | ||
| 16 | - pushCustomsTask: 0 0/1 * 1 * ? | ||
| 17 | - #推送完整报文 | ||
| 18 | - pushMawbTask: 0 0/1 * 1 * ? | ||
| 19 | - #推送失败的回执数据 | ||
| 20 | - pushErrorReturnDate: 0 0/3 * 1 * ? | ||
| 21 | - #推送失败的申报数据 | ||
| 22 | - pushErrorDeclareDate: 0 0/3 * 1 * ? | ||
| 23 | - | ||
| 24 | -#推送地址 | ||
| 25 | -api: | ||
| 26 | - base-address: https://declarationuat.fedex.com.cn/Exp | ||
| 27 | - token-info: | ||
| 28 | - #获取token账号 | ||
| 29 | - username: iclear_external_ctm | ||
| 30 | - #获取token密码 | ||
| 31 | - password: toQu3arch6 | ||
| 32 | - address: | ||
| 33 | - #IClearC类提交运单地址 | ||
| 34 | - iclear-submit-url: ${api.base-address}/chmConsignmentController/submitConsignments | ||
| 35 | - #IClear校验运单地址 | ||
| 36 | - iclear-check-url: ${api.base-address}/chmConsignmentController/checkChmAndDetaliD | ||
| 37 | - #IClear校验C类运单地址 | ||
| 38 | - iclear-check-url-c: ${api.base-address}/chmConsignmentController/checkChmAndDetaliC | ||
| 39 | - #获取token地址 | ||
| 40 | - token-url: https://apiuat.iclrccd-fedex.com/login | ||
| 41 | - # token-url: https://apictm.iclrccd-fedex.com/login | ||
| 42 | - #刷新token地址 | ||
| 43 | - refresh-token-url: https://apiuat.iclrccd-fedex.com/user/token/refresh | ||
| 44 | - #传输海关回执地址 | ||
| 45 | - customs-url: https://apiuat.iclrccd-fedex.com/export/outbound/customs | ||
| 46 | - #推送完整报文地址 | ||
| 47 | - complete-msg-url: https://apiuat.iclrccd-fedex.com/export/outbound/mawb | ||
| 48 | - #代理地址(刷新token、传输海关回执地址、推送完整报文地址) | ||
| 49 | - # http://cn2-proxy.apac.fedex.com:3128 | ||
| 50 | - # http://internet.proxy.fedex.com | ||
| 51 | - proxy-url: cn2-proxy.apac.fedex.com | ||
| 52 | - proxy-port: 3128 |
-
Please register or login to post a comment