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

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