| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- spring:
- crss-stl:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- maximumPoolSize: 10
- crss-dataflow:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- maximumPoolSize: 10
- crss-main:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- maximumPoolSize: 10
- jpa:
- show-sql: false
- generate-ddl: false
- batch:
- job:
- enabled: true
- redis:
- host: localhost
- port: 6379
- batch:
- resourceLocation: "file:target/libs/crss-settlement-task-invoice-generation-2.0.0.RC6.jar"
- chunkSize: 100
- maxWorkers: 2
- partitionSize:
- amsSp: 5
- amsInv: 10
- amsMf: 10
- energyStl: 30
- lr: 30
- sftp:
- credentials:
- username: pemc
- password: 123qwe
- host: pemc-storage.southeastasia.cloudapp.azure.com
- port: 22
- workingDirectory: /home/pemc/stl/upload
- privateKey:
|