Browse Source

Remove hint for server.tomcat.compression

server.tomcat.compression has been removed in 00d594d so the hint for it
is no longer relevant.
pull/3706/head
Stephane Nicoll 11 years ago
parent
commit
e344eece99
  1. 22
      spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

22
spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -176,28 +176,6 @@ @@ -176,28 +176,6 @@
}
]
},
{
"name": "server.tomcat.compression",
"values": [
{
"value": "off",
"description": "Disable compression."
},
{
"value": "on",
"description": "Enable compression of responses over 2048 bytes."
},
{
"value": "force",
"description": "Enable compression of all responses."
}
],
"providers": [
{
"name": "any"
}
]
},
{
"name": "spring.cache.jcache.provider",
"providers": [

Loading…
Cancel
Save