crss-mq-computation.yml 1.4 KB

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