12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- 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
- # 笛风云
- dfy:
- host: https://doptest-api.dfyoo.com
- mp:
- acctId: 100012
- apikey: tickettest
- secretkey: aaaaaaaa
- jd:
- acctId: 100012
- apikey: hoteltest
- secretkey: aaaaaaaa
- 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
- #logging:
- # level:
- # org:
- # springframework:
- # web: trace
- #debug: true
- #trace: true
|