spring: crss-stl: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement username: postgres password: postgres driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-main: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess username: postgres password: postgres driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-metering: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_metering username: postgres password: postgres driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-nmms: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_nmms username: postgres password: postgres driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-dataflow: datasource: jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow username: postgres password: postgres driverClassName: org.postgresql.Driver maxPoolSize: 20 test-on-borrow: true validation-query: SELECT 1 jpa: show-sql: false generate-ddl: true properties: hibernate: generate_statistics: false dialect: org.hibernate.dialect.PostgreSQL81Dialect ddl-auto: validate hbm2ddl: import_files: redis: host: localhost batch: job: enabled: true batch: resourceLocation: "file:target/libs/crss-settlement-task-calculation-2.0.0.RC6.jar" chunkSize: 100 maxWorkers: 2 partitionSize: retDat: 1500 retBcq: 1500 calcEta: 1500 disAggBcq: 1500 disAggBcqSeller: 1500 disAggBcqBuyer: 1500 procNss: 1500 nss: 1500 nssTot: 1500 rta: 1500 rprta: 1500 rcra: 1500 sFactor: 1500 runway: 1500 spotSeller: 1500 spotBuyer: 1500 gmr: 1500 energyMf: 1500 reserveMf: 1500 logging: level: com.pemc.crss.settlement.task.calculation: DEBUG com.netflix: DEBUG org.springframework.cloud: DEBUG org.hibernate.stat: debug