crss-settlement-task-calculation-addtlcomp.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. spring:
  2. crss-stl:
  3. datasource:
  4. driverClassName: com.edb.Driver
  5. maxPoolSize: 2
  6. test-on-borrow: true
  7. validation-query: SELECT 1
  8. # for removal after ITER 7 stl testing
  9. crss-meterprocess:
  10. datasource:
  11. driverClassName: com.edb.Driver
  12. maxPoolSize: 2
  13. test-on-borrow: true
  14. validation-query: SELECT 1
  15. crss-main:
  16. datasource:
  17. driverClassName: com.edb.Driver
  18. maxPoolSize: 2
  19. test-on-borrow: true
  20. validation-query: SELECT 1
  21. crss-metering:
  22. datasource:
  23. driverClassName: com.edb.Driver
  24. maxPoolSize: 2
  25. test-on-borrow: true
  26. validation-query: SELECT 1
  27. crss-nmms:
  28. datasource:
  29. driverClassName: com.edb.Driver
  30. maxPoolSize: 2
  31. test-on-borrow: true
  32. validation-query: SELECT 1
  33. crss-dataflow:
  34. datasource:
  35. driverClassName: com.edb.Driver
  36. maxPoolSize: 2
  37. test-on-borrow: true
  38. validation-query: SELECT 1
  39. jpa:
  40. show-sql: false
  41. generate-ddl: true
  42. properties:
  43. hibernate:
  44. generate_statistics: false
  45. dialect: org.hibernate.dialect.PostgreSQLDialect
  46. ddl-auto: validate
  47. hbm2ddl:
  48. import_files:
  49. cloud:
  50. task:
  51. initialize:
  52. enable: false
  53. batch:
  54. initializer:
  55. enabled: false
  56. job:
  57. enabled: true
  58. batch:
  59. chunkSize: 100
  60. maxWorkers: 10
  61. partitionSize:
  62. ac: 1500
  63. acAlloc: 1500
  64. vatAc: 1500
  65. vatAcAlloc: 1500
  66. acGmr: 1500
  67. logging:
  68. level:
  69. com.pemc: DEBUG
  70. com.netflix: DEBUG
  71. org.springframework.cloud: DEBUG
  72. org.hibernate.stat: debug