application-test.yml 896 Bytes
spring:
  datasource:
    url: jdbc:sqlserver://40.73.78.157:1433;DatabaseName=IClearDemo
    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 * * * ?

#推送地址
api:
  token-info:
    #获取token账号
    username: iclear_external_ctm
    #获取token密码
    password: toQu3arch6
  address:
    #获取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