| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- spring:
- crss-stl:
- datasource:
- jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=settlement
- username: crss_settlement
- password: i17SMOPm
- driverClassName: com.edb.Driver
- maxPoolSize: 2
- test-on-borrow: true
- validation-query: SELECT 1
- jpa:
- show-sql: false
- generate-ddl: false
- properties:
- hibernate:
- dialect: org.hibernate.dialect.PostgreSQLDialect
- hbm2ddl:
- import_files:
- # prevent batch job from running on app start
- batch:
- job:
- enabled: false
- server:
- port: 8082
- undertow:
- accesslog:
- dir: target
- enabled: true
- pattern: combined
- compression:
- enabled: true
- min-response-size: 1
- logging:
- level:
- com.pemc: DEBUG
- com.netflix: DEBUG
- org.springframework.cloud: DEBUG
- org.apache.http: DEBUG
- dataflow:
- url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
- sftp:
- credentials:
- username: pemc
- password: 123qwe
- host: sftp.marathon.l4lb.thisdcos.directory
- port: 22
- workingDirectory: /upload/stl
- privateKey:
- job:
- maxRun: 1
- report:
- directory:
- base: report/
|