crss-settlement-task-calculation-devlocal.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. spring:
  2. crss-stl:
  3. datasource:
  4. maxPoolSize: 5
  5. test-on-borrow: true
  6. validation-query: SELECT 1
  7. # for removal after ITER 7 stl testing
  8. crss-meterprocess:
  9. datasource:
  10. maxPoolSize: 5
  11. test-on-borrow: true
  12. validation-query: SELECT 1
  13. crss-main:
  14. datasource:
  15. maxPoolSize: 5
  16. test-on-borrow: true
  17. validation-query: SELECT 1
  18. crss-metering:
  19. datasource:
  20. maxPoolSize: 5
  21. test-on-borrow: true
  22. validation-query: SELECT 1
  23. crss-nmms:
  24. datasource:
  25. maxPoolSize: 5
  26. test-on-borrow: true
  27. validation-query: SELECT 1
  28. crss-dataflow:
  29. datasource:
  30. test-on-borrow: true
  31. validation-query: SELECT 1
  32. jpa:
  33. properties:
  34. hibernate:
  35. generate_statistics: false
  36. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  37. ddl-auto: validate
  38. hbm2ddl:
  39. import_files:
  40. batch:
  41. job:
  42. enabled: true
  43. batch:
  44. resourceLocation: "file:target/libs/crss-settlement-task-calculation-2.0.0.RC6.jar"
  45. chunkSize: 15
  46. maxWorkers: 3
  47. partitionSize:
  48. retDat: 15
  49. retBcq: 15
  50. calcEta: 15
  51. disAggBcq: 15
  52. disAggBcqSeller: 15
  53. disAggBcqBuyer: 15
  54. procNss: 15
  55. nss: 15
  56. rta: 15
  57. rprta: 15
  58. rcra: 15
  59. runway: 15
  60. spotSeller: 15
  61. spotBuyer: 15
  62. logging:
  63. level:
  64. com.pemc.crss.settlement.task.calculation: DEBUG
  65. com.netflix: DEBUG
  66. org.springframework.cloud: DEBUG
  67. org.hibernate.stat: debug