crss-reg.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. eureka:
  21. client:
  22. serviceUrl:
  23. defaultZone: http://discovery:8080/eureka/
  24. # healthcheck:
  25. # enabled: true
  26. feign:
  27. hystrix:
  28. enabled: false
  29. logging:
  30. level:
  31. com.netflix: INFO
  32. org.springframework.cloud: INFO
  33. org.springframework.security: INFO
  34. server:
  35. undertow:
  36. accesslog:
  37. dir: target
  38. enabled: true
  39. pattern: combined
  40. compression:
  41. enabled: true
  42. min-response-size: 1
  43. jackson:
  44. # for further customization please consult the documentation:
  45. # http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-customize-the-jackson-objectmapper
  46. # https://github.com/FasterXML/jackson-databind/wiki
  47. # deserialization:
  48. # FAIL_ON_UNKNOWN_PROPERTIES: true
  49. # DEFAULT_VIEW_INCLUSION: true
  50. serialization:
  51. write_dates_as_timestamps: false