application-dev.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. # 笛风云
  34. dfy:
  35. host: https://doptest-api.dfyoo.com
  36. mp:
  37. acctId: 100012
  38. apikey: tickettest
  39. secretkey: aaaaaaaa
  40. jd:
  41. acctId: 100012
  42. apikey: hoteltest
  43. secretkey: aaaaaaaa
  44. xiaoju:
  45. appId: zhongshutest
  46. appSecret: mMkL/1/BVfLY8a2p8049YIXofqAwNFKACWIUzimfacs=
  47. dataSecret: mMkL/1/BVfLY8a2p
  48. dataSecretIV: mMkL/1/BVfLY8a2p
  49. sigSecret: NFKACWIUzimfacs=
  50. # serverUrl: https://gw.am.xiaojukeji.com/sandbox
  51. serverUrl: https://gw.am.xiaojukeji.com/pre
  52. #logging:
  53. # level:
  54. # org:
  55. # springframework:
  56. # web: trace
  57. #debug: true
  58. #trace: true