crss-settlement-task-invoice-generation.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. spring:
  2. crss-stl:
  3. datasource:
  4. driverClassName: com.edb.Driver
  5. maximumPoolSize: 2
  6. test-on-borrow: true
  7. validation-query: SELECT 1
  8. crss-dataflow:
  9. datasource:
  10. driverClassName: com.edb.Driver
  11. maximumPoolSize: 2
  12. test-on-borrow: true
  13. validation-query: SELECT 1
  14. crss-main:
  15. datasource:
  16. driverClassName: com.edb.Driver
  17. maximumPoolSize: 2
  18. test-on-borrow: true
  19. validation-query: SELECT 1
  20. jpa:
  21. show-sql: false
  22. generate-ddl: true
  23. properties:
  24. hibernate:
  25. generate_statistics: false
  26. dialect: org.hibernate.dialect.PostgreSQLDialect
  27. ddl-auto: validate
  28. hbm2ddl:
  29. import_files:
  30. cloud:
  31. task:
  32. initialize:
  33. enable: false
  34. batch:
  35. initializer:
  36. enabled: false
  37. job:
  38. enabled: true
  39. batch:
  40. chunkSize: 100
  41. maxWorkers: 10
  42. partitionSize:
  43. amsSp: 1500
  44. logging:
  45. level:
  46. com.pemc: DEBUG
  47. com.netflix: DEBUG
  48. org.springframework.cloud: DEBUG
  49. org.hibernate.stat: debug
  50. report:
  51. directory:
  52. base: report/
  53. sftp:
  54. credentials:
  55. username: pemc
  56. password: 123qwe
  57. host: sftp.marathon.l4lb.thisdcos.directory
  58. port: 22
  59. workingDirectory: /upload/stl
  60. privateKey: