crss-mq-computation.yml 1.3 KB

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