crss-mtr.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. spring:
  2. crss-dataflow:
  3. datasource:
  4. driverClassName: com.edb.Driver
  5. maximumPoolSize: 2
  6. test-on-borrow: true
  7. validation-query: SELECT 1
  8. crss-main:
  9. datasource:
  10. driverClassName: com.edb.Driver
  11. maximumPoolSize: 2
  12. test-on-borrow: true
  13. validation-query: SELECT 1
  14. crss-registration:
  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: 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: 1
  48. mtrSein: 20
  49. mtr:
  50. directory: /tmp/
  51. sftp:
  52. credentials:
  53. username: pemc
  54. password: 123qwe
  55. host: sftp.marathon.l4lb.thisdcos.directory
  56. port: 22
  57. workingDirectory: /upload
  58. privateKey: