crss-mq-computation.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. cache:
  39. jcache:
  40. config: ehcache3.xml
  41. logging:
  42. level:
  43. com.pemc: debug
  44. # org.hibernate.stat: debug
  45. batch:
  46. #resourceLocation: "file:target/libs/crss-meterprocess-task-mqcomputation-1.0.0.BUILD-SNAPSHOT.jar"
  47. chunkSize: 100
  48. maxWorkers: 10
  49. partitionSize:
  50. gap: 5000
  51. mq: 1500
  52. ssla: 1500
  53. report: 1
  54. mqreport:
  55. directory: /tmp/
  56. sftp:
  57. credentials:
  58. username: pemc
  59. password: 123qwe
  60. host: sftp.marathon.l4lb.thisdcos.directory
  61. port: 22
  62. workingDirectory: /upload/mq
  63. privateKey: