crss-settlement-task-file-gen-addtlcomp.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. spring:
  2. crss-stl:
  3. datasource:
  4. driverClassName: com.edb.Driver
  5. connectionTimeout: 150000
  6. maximumPoolSize: 3
  7. test-on-borrow: true
  8. validation-query: SELECT 1
  9. crss-dataflow:
  10. datasource:
  11. driverClassName: com.edb.Driver
  12. connectionTimeout: 150000
  13. maximumPoolSize: 3
  14. test-on-borrow: true
  15. validation-query: SELECT 1
  16. crss-main:
  17. datasource:
  18. driverClassName: com.edb.Driver
  19. connectionTimeout: 150000
  20. maximumPoolSize: 3
  21. test-on-borrow: true
  22. validation-query: SELECT 1
  23. jpa:
  24. show-sql: false
  25. generate-ddl: true
  26. properties:
  27. hibernate:
  28. generate_statistics: false
  29. dialect: org.hibernate.dialect.PostgreSQLDialect
  30. ddl-auto: validate
  31. hbm2ddl:
  32. import_files:
  33. cloud:
  34. task:
  35. initialize:
  36. enable: false
  37. batch:
  38. initializer:
  39. enabled: false
  40. job:
  41. enabled: true
  42. logging:
  43. level:
  44. com.pemc: DEBUG
  45. com.netflix: DEBUG
  46. org.springframework.cloud: DEBUG
  47. org.hibernate.stat: debug
  48. report:
  49. directory:
  50. base: report/
  51. sftp:
  52. credentials:
  53. username: pemc
  54. password: 123qwe
  55. host: sftp.marathon.l4lb.thisdcos.directory
  56. port: 22
  57. workingDirectory: /upload/stl
  58. privateKey: