| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- spring:
- crss-stl:
- datasource:
- maxPoolSize: 5
- test-on-borrow: true
- validation-query: SELECT 1
- # for removal after ITER 7 stl testing
- crss-meterprocess:
- datasource:
- maxPoolSize: 5
- test-on-borrow: true
- validation-query: SELECT 1
- crss-main:
- datasource:
- maxPoolSize: 5
- test-on-borrow: true
- validation-query: SELECT 1
- crss-metering:
- datasource:
- maxPoolSize: 5
- test-on-borrow: true
- validation-query: SELECT 1
- crss-nmms:
- datasource:
- maxPoolSize: 5
- test-on-borrow: true
- validation-query: SELECT 1
- crss-dataflow:
- datasource:
- test-on-borrow: true
- validation-query: SELECT 1
- jpa:
- properties:
- hibernate:
- generate_statistics: false
- dialect: org.hibernate.dialect.PostgreSQL81Dialect
- ddl-auto: validate
- hbm2ddl:
- import_files:
- batch:
- job:
- enabled: true
- batch:
- resourceLocation: "file:target/libs/crss-settlement-task-calculation-2.0.0.RC6.jar"
- chunkSize: 15
- maxWorkers: 3
- partitionSize:
- retDat: 15
- retBcq: 15
- calcEta: 15
- disAggBcq: 15
- disAggBcqSeller: 15
- disAggBcqBuyer: 15
- procNss: 15
- nss: 15
- rta: 15
- rprta: 15
- rcra: 15
- sFactor: 15
- runway: 15
- spotSeller: 15
- spotBuyer: 15
- logging:
- level:
- com.pemc.crss.settlement.task.calculation: DEBUG
- com.netflix: DEBUG
- org.springframework.cloud: DEBUG
- org.hibernate.stat: debug
|