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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement
  5. username: postgres
  6. password: postgres
  7. driverClassName: org.postgresql.Driver
  8. maxPoolSize: 5
  9. test-on-borrow: true
  10. validation-query: SELECT 1
  11. crss-main:
  12. datasource:
  13. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
  14. username: postgres
  15. password: postgres
  16. driverClassName: org.postgresql.Driver
  17. maxPoolSize: 5
  18. test-on-borrow: true
  19. validation-query: SELECT 1
  20. crss-metering:
  21. datasource:
  22. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_metering
  23. username: postgres
  24. password: postgres
  25. driverClassName: org.postgresql.Driver
  26. maxPoolSize: 5
  27. test-on-borrow: true
  28. validation-query: SELECT 1
  29. crss-nmms:
  30. datasource:
  31. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_nmms
  32. username: postgres
  33. password: postgres
  34. driverClassName: org.postgresql.Driver
  35. maxPoolSize: 5
  36. test-on-borrow: true
  37. validation-query: SELECT 1
  38. crss-dataflow:
  39. datasource:
  40. jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
  41. username: postgres
  42. password: postgres
  43. driverClassName: org.postgresql.Driver
  44. maxPoolSize: 20
  45. test-on-borrow: true
  46. validation-query: SELECT 1
  47. jpa:
  48. show-sql: false
  49. generate-ddl: true
  50. properties:
  51. hibernate:
  52. generate_statistics: false
  53. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  54. ddl-auto: validate
  55. hbm2ddl:
  56. import_files:
  57. redis:
  58. host: localhost
  59. batch:
  60. job:
  61. enabled: true
  62. batch:
  63. resourceLocation: "file:target/libs/crss-settlement-task-calculation-2.0.0.RC6.jar"
  64. chunkSize: 100
  65. maxWorkers: 2
  66. partitionSize:
  67. retDat: 1500
  68. retBcq: 1500
  69. calcEta: 1500
  70. disAggBcq: 1500
  71. disAggBcqSeller: 1500
  72. disAggBcqBuyer: 1500
  73. procNss: 1500
  74. nss: 1500
  75. nssTot: 1500
  76. rta: 1500
  77. rprta: 1500
  78. rcra: 1500
  79. sFactor: 1500
  80. runway: 1500
  81. spotSeller: 1500
  82. spotBuyer: 1500
  83. gmr: 1500
  84. energyMf: 1500
  85. reserveMf: 1500
  86. logging:
  87. level:
  88. com.pemc.crss.settlement.task.calculation: DEBUG
  89. com.netflix: DEBUG
  90. org.springframework.cloud: DEBUG
  91. org.hibernate.stat: debug