All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.spring-boot-starter-web.1.4.2.RELEASE.source-code.application-web.yml Maven / Gradle / Ivy

The newest version!
spring:
  output:
    ansi:
      enabled: ALWAYS
  jackson:
    default-property-inclusion: non_null
    time-zone: GMT+8
    date-format: yyyy-MM-dd HH:mm:ss
    deserialization:
      FAIL_ON_UNKNOWN_PROPERTIES: false
    serialization:
      FAIL_ON_EMPTY_BEANS: false
  mvc:
    date-format: yyyy-MM-dd HH:mm:ss
  servlet:
    multipart:
      max-file-size: 100MB
      max-request-size: 100MB
  main:
    allow-bean-definition-overriding: true
  freemarker:
    expose-request-attributes: true
    expose-session-attributes: true
    request-context-attribute: request
    prefer-file-system-access: false
    settings:
      classic_compatible: false
      number_format: 0.##
    suffix: ""
management:
  endpoints:
    web:
      exposure:
        include: "*"
  endpoint:
    health:
      show-details: always
  health:
    elasticsearch:
      enabled: false




© 2015 - 2025 Weber Informatics LLC | Privacy Policy