1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- spring:
- datasource:
- url: jdbc:mysql://192.168.110.241:3306/spring_batch?verifyServerCertificate=false&useSSL=false&requireSSL=false
- username: root
- password: c7ix0bJv2GvyhbkRw6
- driver-class-name: com.mysql.jdbc.Driver
- data:
- mongodb:
- uri: mongodb://springbatch:springbatch@192.168.110.241:30117/springbatch?replicaSet=MongoSetsShard1
- auto-index-creation: true
- batch:
- job:
- enabled: false
- sql:
- init:
- schema-locations: classpath:org/springframework/batch/core/schema-mysql.sql
- # mode: always
- mode: never
- redis:
- host: 192.168.110.241
- port: 6379
- database: 6
- swagger:
- packageName: "com.zswl.cloud.springBtach.server.core.controller"
- title: "中数未来"
- description: "springBatch"
- version: "1.0"
- enable: true
- # 有票票
- ypp:
- entId: 101206
- appSecret: VqJfaVYc87wDKk8Gad4yAx9v8TFNhrt0
- appId: APP101206
- test: true
- # 笛风云
- dfy:
- payType: 1
- host: http://dfy.zonelife.cn
- mp:
- acctId: 164624
- apikey: 248186_Ticket
- secretkey: xugdmznKrm4otecic2Eu
- jd:
- acctId: 164624
- apikey: 248186_DomesticHotel
- secretkey: w6Co0yDuXyKYRrdb2OOJ
- # 滴滴加油
- xiaoju:
- appId: zhongshutest
- appSecret: mMkL/1/BVfLY8a2p8049YIXofqAwNFKACWIUzimfacs=
- dataSecret: mMkL/1/BVfLY8a2p
- dataSecretIV: mMkL/1/BVfLY8a2p
- sigSecret: NFKACWIUzimfacs=
- # serverUrl: https://gw.am.xiaojukeji.com/sandbox
- serverUrl: https://gw.am.xiaojukeji.com/pre
- # 亿奇达
- yqd:
- key: f38e792dbcc92bf0b462ec48819fbc17
- account: chen1130
- createUrl: http://open.yiqida.cn/api/UserOrder/CreateOrder?timestamp=%s&userName=%s&sign=%s
- callbackUrl: https://api.dev.zonelife.cn/springbatchservice/sync/yqd/orderState
- # 视频会员
- video2:
- merchantId: 25537
- secretKey: 8db16e8cc8363ed4eb4c14f9520bcc32
- isProd: false
- notifyUrl: https://api.dev.zonelife.cn/springbatchservice/sync/video2/orderState
- qxdj:
- url: http://test.qxtech.top/api/customer
- appid: C24031111
- secret: a7b3961a1e5f4b5cbb611f830e299857
- #logging:
- # level:
- # org:
- # springframework:
- # web: trace
- #debug: true
- #trace: true
|