Browse Source

Update default compressible media types

Closes gh-14278
pull/14419/head
Kedar Joshi 8 years ago committed by Brian Clozel
parent
commit
72ebfb0332
  1. 4
      spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

4
spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

@ -662,6 +662,10 @@ following: @@ -662,6 +662,10 @@ following:
* `text/xml`
* `text/plain`
* `text/css`
* `text/javascript`
* `application/javascript`
* `application/json`
* `application/xml`
You can configure this behavior by setting the `server.compression.mime-types` property.

Loading…
Cancel
Save