| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- spring:
- crss-dataflow:
- datasource:
- jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=dataflow
- username: crss_dataflow
- password: lgcCpwy0
- driverClassName: com.edb.Driver
- maxPoolSize: 2
- test-on-borrow: true
- validation-query: SELECT 1
- crss-main:
- datasource:
- jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=meterprocess
- username: crss_meterprocess
- password: D9JpfUtT
- driverClassName: com.edb.Driver
- maxPoolSize: 2
- test-on-borrow: true
- validation-query: SELECT 1
- crss-registration:
- dataSource:
- jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=registration
- username: crss_registration
- password: 51UF3JA9
- driverClassName: com.edb.Driver
- maxPoolSize: 2
- test-on-borrow: true
- validation-query: SELECT 1
- jpa:
- show-sql: false
- generate-ddl: false
- open-in-view: false
- properties:
- hibernate:
- generate_statistics: true
- dialect: org.hibernate.dialect.PostgreSQLDialect
- ddl-auto: none
- hbm2ddl:
- auto: none
- cloud:
- task:
- initialize:
- enable: false
- batch:
- initializer:
- enabled: false
- logging:
- level:
- com.pemc: debug
- org.hibernate.stat: debug
- batch:
- # resourceLocation: "file:target/libs/crss-meterprocess-task-mtr-1.0.0.BUILD-SNAPSHOT.jar"
- chunkSize: 1
- maxWorkers: 10
- partitionSize:
- mtr: 1
- mtrSein: 20
- mtr:
- directory: /tmp/
- sftp:
- credentials:
- username: pemc
- password: 123qwe
- host: sftp.marathon.l4lb.thisdcos.directory
- port: 22
- workingDirectory: /upload
- privateKey:
|