crss-reg.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. spring:
  2. jpa:
  3. database: ORACLE
  4. show-sql: false
  5. properties:
  6. jadira.usertype.autoRegisterUserTypes: true
  7. hibernate:
  8. dialect: org.hibernate.dialect.Oracle10gDialect
  9. integration.envers.enabled: true
  10. http:
  11. multipart:
  12. maxFileSize: "25Mb"
  13. maxRequestSize: "25Mb"
  14. resources:
  15. chain:
  16. gzipped: true
  17. app:
  18. docmgt:
  19. root-folder: /crss/docmgt
  20. xdf:
  21. client-type: local # OPTIONS:[local, ftp, sftp]
  22. root-folder: /crss/xdf
  23. auto-create-dir: true
  24. file-encoding: UTF-8
  25. file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
  26. remote:
  27. host: localhost
  28. port: 22
  29. username: crss
  30. password: crss
  31. feign:
  32. hystrix:
  33. enabled: false
  34. server:
  35. # TODO: investigate this part and move to global config
  36. jackson:
  37. # for further customization please consult the documentation:
  38. # http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-customize-the-jackson-objectmapper
  39. # https://github.com/FasterXML/jackson-databind/wiki
  40. # deserialization:
  41. # FAIL_ON_UNKNOWN_PROPERTIES: true
  42. # DEFAULT_VIEW_INCLUSION: true
  43. serialization:
  44. write_dates_as_timestamps: false