crss-reg-common.yml 564 B

123456789101112131415161718
  1. server:
  2. undertow:
  3. accesslog:
  4. dir: target
  5. enabled: true
  6. pattern: combined
  7. compression:
  8. enabled: true
  9. min-response-size: 1
  10. jackson:
  11. # for further customization please consult the documentation:
  12. # http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-customize-the-jackson-objectmapper
  13. # https://github.com/FasterXML/jackson-databind/wiki
  14. # deserialization:
  15. # FAIL_ON_UNKNOWN_PROPERTIES: true
  16. # DEFAULT_VIEW_INCLUSION: true
  17. serialization:
  18. write_dates_as_timestamps: false