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

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