| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- spring:
- crss-stl:
- datasource:
- driverClassName: com.edb.Driver
- maxPoolSize: 2
- test-on-borrow: true
- validation-query: SELECT 1
- crss-main:
- datasource:
- driverClassName: com.edb.Driver
- maxPoolSize: 2
- test-on-borrow: true
- validation-query: SELECT 1
- crss-metering:
- datasource:
- driverClassName: com.edb.Driver
- maxPoolSize: 2
- test-on-borrow: true
- validation-query: SELECT 1
- crss-nmms:
- datasource:
- driverClassName: com.edb.Driver
- maxPoolSize: 2
- test-on-borrow: true
- validation-query: SELECT 1
- crss-dataflow:
- datasource:
- driverClassName: com.edb.Driver
- maxPoolSize: 2
- test-on-borrow: true
- validation-query: SELECT 1
- jpa:
- show-sql: false
- generate-ddl: true
- properties:
- hibernate:
- generate_statistics: false
- dialect: org.hibernate.dialect.PostgreSQLDialect
- ddl-auto: validate
- hbm2ddl:
- import_files:
- cloud:
- task:
- initialize:
- enable: false
- batch:
- initializer:
- enabled: false
- job:
- enabled: true
- batch:
- chunkSize: 100
- maxWorkers: 10
- partitionSize:
- ac: 3000
- acAlloc: 300
- vatAc: 3000
- vatAcAlloc: 1500
- acGmr: 1500
- logging:
- level:
- com.pemc: DEBUG
- com.netflix: DEBUG
- org.springframework.cloud: DEBUG
- org.hibernate.stat: debug
|