application-dev.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. spring:
  2. datasource:
  3. url: jdbc:mysql://192.168.110.241:3306/spring_batch?verifyServerCertificate=false&useSSL=false&requireSSL=false
  4. username: root
  5. password: c7ix0bJv2GvyhbkRw6
  6. driver-class-name: com.mysql.jdbc.Driver
  7. data:
  8. mongodb:
  9. uri: mongodb://springbatch:springbatch@192.168.110.241:30117/springbatch?replicaSet=MongoSetsShard1
  10. auto-index-creation: true
  11. batch:
  12. job:
  13. enabled: false
  14. sql:
  15. init:
  16. schema-locations: classpath:org/springframework/batch/core/schema-mysql.sql
  17. # mode: always
  18. mode: never
  19. redis:
  20. host: 192.168.110.241
  21. port: 6379
  22. database: 6
  23. swagger:
  24. packageName: "com.zswl.cloud.springBtach.server.core.controller"
  25. title: "中数未来"
  26. description: "springBatch"
  27. version: "1.0"
  28. enable: true
  29. # 有票票
  30. ypp:
  31. entId: 101206
  32. appSecret: VqJfaVYc87wDKk8Gad4yAx9v8TFNhrt0
  33. appId: APP101206
  34. test: true
  35. # 笛风云
  36. dfy:
  37. payType: 1
  38. host: http://dfy.zonelife.cn
  39. mp:
  40. acctId: 164624
  41. apikey: 248186_Ticket
  42. secretkey: xugdmznKrm4otecic2Eu
  43. jd:
  44. acctId: 164624
  45. apikey: 248186_DomesticHotel
  46. secretkey: w6Co0yDuXyKYRrdb2OOJ
  47. # 滴滴加油
  48. xiaoju:
  49. appId: zhongshutest
  50. appSecret: mMkL/1/BVfLY8a2p8049YIXofqAwNFKACWIUzimfacs=
  51. dataSecret: mMkL/1/BVfLY8a2p
  52. dataSecretIV: mMkL/1/BVfLY8a2p
  53. sigSecret: NFKACWIUzimfacs=
  54. # serverUrl: https://gw.am.xiaojukeji.com/sandbox
  55. serverUrl: https://gw.am.xiaojukeji.com/pre
  56. # 亿奇达
  57. yqd:
  58. key: f38e792dbcc92bf0b462ec48819fbc17
  59. account: chen1130
  60. createUrl: http://open.yiqida.cn/api/UserOrder/CreateOrder?timestamp=%s&userName=%s&sign=%s
  61. callbackUrl: https://api.dev.zonelife.cn/springbatchservice/sync/yqd/orderState
  62. # 视频会员
  63. video2:
  64. merchantId: 25537
  65. secretKey: 8db16e8cc8363ed4eb4c14f9520bcc32
  66. isProd: false
  67. notifyUrl: https://api.dev.zonelife.cn/springbatchservice/sync/video2/orderState
  68. qxdj:
  69. url: http://test.qxtech.top/api/customer
  70. appid: C24031111
  71. secret: a7b3961a1e5f4b5cbb611f830e299857
  72. #logging:
  73. # level:
  74. # org:
  75. # springframework:
  76. # web: trace
  77. #debug: true
  78. #trace: true