crss-reg.yml 1.2 KB

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