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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. logging:
  55. level:
  56. com.pemc.crss.settlement.task.calculation: DEBUG
  57. com.netflix: DEBUG
  58. org.springframework.cloud: DEBUG
  59. org.hibernate.stat: debug