crss-reg.yml 918 B

1234567891011121314151617181920212223242526272829303132333435
  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. feign:
  21. hystrix:
  22. enabled: false
  23. server:
  24. # TODO: investigate this part and move to global config
  25. jackson:
  26. # for further customization please consult the documentation:
  27. # http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-customize-the-jackson-objectmapper
  28. # https://github.com/FasterXML/jackson-databind/wiki
  29. # deserialization:
  30. # FAIL_ON_UNKNOWN_PROPERTIES: true
  31. # DEFAULT_VIEW_INCLUSION: true
  32. serialization:
  33. write_dates_as_timestamps: false