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

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

There is a newer version: 1.4.2.RELEASE
Show 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
management:
  endpoints:
    web:
      exposure:
        include: "*"
  endpoint:
    health:
      show-details: always
  health:
    elasticsearch:
      enabled: false
---
spring:
  profiles: prod
server:
  undertow:
    worker-threads: 200




© 2015 - 2024 Weber Informatics LLC | Privacy Policy