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

.springdoc-openapi-test-app1.0.0.8.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 3.1.2
Show newest version
server:
  servlet:
    context-path: /
  compression:
    enabled: true
    mime-types: text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json
    min-response-size: 1024
  http2:
    enabled: true
spring: 
  resources: 
    cache: 
      period: 31536000
      cachecontrol:
        max-age: 31536000
        must-revalidate: true
    chain:
      html-application-cache: true
      enabled: true
      strategy:
        content:
          enabled: true

management:
   endpoints:
      web:
         exposure:
            include: info, health, configprops, logfile, metrics, env, loggers




© 2015 - 2024 Weber Informatics LLC | Privacy Policy