crss-mtr.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. spring:
  2. crss-dataflow:
  3. datasource:
  4. driverClassName: com.edb.Driver
  5. maxPoolSize: 2
  6. test-on-borrow: true
  7. validation-query: SELECT 1
  8. crss-main:
  9. datasource:
  10. driverClassName: com.edb.Driver
  11. maxPoolSize: 2
  12. test-on-borrow: true
  13. validation-query: SELECT 1
  14. crss-registration:
  15. dataSource:
  16. driverClassName: com.edb.Driver
  17. maxPoolSize: 2
  18. test-on-borrow: true
  19. validation-query: SELECT 1
  20. jpa:
  21. show-sql: false
  22. generate-ddl: false
  23. open-in-view: false
  24. properties:
  25. hibernate:
  26. generate_statistics: true
  27. dialect: org.hibernate.dialect.PostgreSQLDialect
  28. ddl-auto: none
  29. hbm2ddl:
  30. auto: none
  31. cloud:
  32. task:
  33. initialize:
  34. enable: false
  35. batch:
  36. initializer:
  37. enabled: false
  38. logging:
  39. level:
  40. com.pemc: debug
  41. org.hibernate.stat: debug
  42. batch:
  43. # resourceLocation: "file:target/libs/crss-meterprocess-task-mtr-1.0.0.BUILD-SNAPSHOT.jar"
  44. chunkSize: 1
  45. maxWorkers: 10
  46. partitionSize:
  47. mtr: 1000
  48. mtr:
  49. directory: /tmp/
  50. sftp:
  51. credentials:
  52. username: pemc
  53. password: 123qwe
  54. host: sftp.marathon.l4lb.thisdcos.directory
  55. port: 22
  56. workingDirectory: /upload
  57. privateKey: