application-test.yml 1.25 KB
spring:
  datasource:
    url: jdbc:sqlserver://40.73.78.157:1433;DatabaseName=IClearDev
    username: sa
    password: Fedex_123
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    type: com.alibaba.druid.pool.DruidDataSource

task:
  #推送海关回执
  pushCustomsTask: 0 0/1 * * * ?
  #推送完整报文
  pushMawbTask: 0 0/1 * * * ?
  #推送失败的回执数据
  pushErrorReturnDate: 0 0/30 * * * ?
  #推送失败的申报数据
  pushErrorDeclareDate: 0 0/30 * * * ?

#推送地址
api:
  token-info:
    #获取token账号
    username: iclear_external_ctm
    #获取token密码
    password: toQu3arch6
  address:
    #IClear校验运单地址
    iclear-check-url: http://40.73.78.157:8081/chmConsignmentController/checkChmAndDetaliD
    #IClear校验C类运单地址
    iclear-check-url-c: http://40.73.78.157:8080/chmConsignmentController/checkChmAndDetaliC
    #获取token地址
    token-url: https://apiuat.iclrccd-fedex.com/login
    #刷新token地址
    refresh-token-url: https://apiuat.iclrccd-fedex.com/user/token/refresh
    #传输海关回执地址
    customs-url: https://apiuat.iclrccd-fedex.com/export/outbound/customs
    #推送完整报文地址
    complete-msg-url: https://apiuat.iclrccd-fedex.com/export/outbound/mawb