|
|
@@ -34,3 +34,30 @@ spring:
|
|
|
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
|
|
|
+
|
|
|
+logging:
|
|
|
+ level:
|
|
|
+ com.pemc.crss.settlement.task.calculation: DEBUG
|
|
|
+ com.netflix: DEBUG
|
|
|
+ org.springframework.cloud: DEBUG
|
|
|
+ org.hibernate.stat: debug
|